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