The users in the group.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic IList<string> UserNames { get; set; }
Public Property UserNames As IList(Of String)
Get
Set
public:
property IList<String^>^ UserNames {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member UserNames : IList<string> with get, set
Property Value
Type:
IListString
See Also