FileSpecSyncTime Property
|
Gets or sets the SyncTime
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic long? SyncTime { get; set; }Public Property SyncTime As Long?
Get
Set
public:
property Nullable<long long> SyncTime {
Nullable<long long> get ();
void set (Nullable<long long> value);
}member SyncTime : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also