StreamCustomFields Property
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic Dictionary<string, Object> CustomFields { get; set; }
Public Property CustomFields As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ CustomFields {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member CustomFields : Dictionary<string, Object> with get, set
Property Value
Type:
DictionaryString,
Object
See Also