ChangelistClientId Property
|
Name of client/workspace associated with this change
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string ClientId { get; set; }
Public Property ClientId As String
Get
Set
public:
property String^ ClientId {
String^ get ();
void set (String^ value);
}
member ClientId : string with get, set
Property Value
Type:
String
See Also