Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the set of properties that exist on this resource.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Properties As IDictionary(Of String, String)
public IDictionary<string, string> Properties { get; internal set; }
public:
property IDictionary<String^, String^>^ Properties {
IDictionary<String^, String^>^ get ();
internal: void set (IDictionary<String^, String^>^ value);
}
member Properties : IDictionary<string, string> with get, internal set
function get Properties () : IDictionary<String, String>
internal function set Properties (value : IDictionary<String, String>)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
Remarks
We are looking at using the properties feature crew work to support these properties if the timing works out.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.