ProtectionTableEntry Property
|
Protection Table Entry
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic ProtectionEntry Entry { get; set; }Public Property Entry As ProtectionEntry
Get
Set
public:
property ProtectionEntry^ Entry {
ProtectionEntry^ get ();
void set (ProtectionEntry^ value);
}member Entry : ProtectionEntry with get, set
Property Value
Type:
ProtectionEntry
See Also