ProtectionEntryMode Property
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic ProtectionMode Mode { get; set; }
Public Property Mode As ProtectionMode
Get
Set
public:
property ProtectionMode Mode {
ProtectionMode get ();
void set (ProtectionMode value);
}
member Mode : ProtectionMode with get, set
Property Value
Type:
ProtectionMode
See Also