ChangelistShelved Property
|
Property to access if this change has shelved files
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic bool Shelved { get; set; }
Public Property Shelved As Boolean
Get
Set
public:
property bool Shelved {
bool get ();
void set (bool value);
}
member Shelved : bool with get, set
Property Value
Type:
Boolean
See Also