ClientInitialized Property
|
Property is true if this Client has been initialized from the server
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic bool Initialized { get; set; }
Public Property Initialized As Boolean
Get
Set
public:
property bool Initialized {
bool get ();
void set (bool value);
}
member Initialized : bool with get, set
Property Value
Type:
Boolean
See Also