Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public Dictionary<string, Object> AttributesProp { get; set; }
Visual Basic
Public Property AttributesProp As Dictionary(Of String, Object)
	Get
	Set
Visual C++
public:
property Dictionary<String^, Object^>^ AttributesProp {
	Dictionary<String^, Object^>^ get ();
	void set (Dictionary<String^, Object^>^ value);
}

See Also