ChangelistImportedBy Property
|
Property to read ImportedBy,
The user who fetched or pushed this
change to this server.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string ImportedBy { get; }
Public ReadOnly Property ImportedBy As String
Get
public:
property String^ ImportedBy {
String^ get ();
}
member ImportedBy : string with get
Property Value
Type:
String
See Also