BranchSpecAccessed Property
|
The date of the last command used with this spec.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic DateTime Accessed { get; set; }
Public Property Accessed As DateTime
Get
Set
public:
property DateTime Accessed {
DateTime get ();
void set (DateTime value);
}
member Accessed : DateTime with get, set
Property Value
Type:
DateTime
See Also