ElasticBuildAuthorization.AccessToken Property
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property AccessToken As Byte()
[DataMemberAttribute(IsRequired = true)]
public byte[] AccessToken { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property array<unsigned char>^ AccessToken {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member AccessToken : byte[] with get, set
function get AccessToken () : byte[]
function set AccessToken (value : byte[])
Property Value
Type: array<System.Byte[]
.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.