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.
Property to marshal attributes.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property AttributesSet As KeyValue(Of String, String)()
[ClientPropertyAttribute(ClientVisibility.Private)]
public KeyValue<string, string>[] AttributesSet { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property array<KeyValue<String^, String^>^>^ AttributesSet {
array<KeyValue<String^, String^>^>^ get ();
void set (array<KeyValue<String^, String^>^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member AttributesSet : KeyValue<string, string>[] with get, set
function get AttributesSet () : KeyValue<String, String>[]
function set AttributesSet (value : KeyValue<String, String>[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, String>[]
Returns KeyValue<TKeyType, TValueType>.
.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.