Namespace: TfsApi.Administration.DtoAssembly: TfsApi (in TfsApi.dll) Version: 1.2.4952.20910
public Dictionary<string, string> Properties { get; set; }
public Dictionary<string, string> Properties { get; set; }
Public Property Properties As Dictionary(Of String, String)
Get
Set
Public Property Properties As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Properties {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
public:
property Dictionary<String^, String^>^ Properties {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
Property Value
Type:
Dictionary
String,
String