ChangelistIdentity Property
|
Property to access Identity,
Identifier for this change.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string Identity { get; set; }
Public Property Identity As String
Get
Set
public:
property String^ Identity {
String^ get ();
void set (String^ value);
}
member Identity : string with get, set
Property Value
Type:
String
See Also