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