Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Property to marshal attributes.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.