SetInheritFlagInfo.Token Property
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Token As String
[DataMemberAttribute]
public string Token { get; private set; }
[DataMemberAttribute]
public:
property String^ Token {
String^ get ();
private: void set (String^ value);
}
[<DataMemberAttribute>]
member Token : string with get, private set
function get Token () : String
private function set Token (value : String)
Property Value
Type: System.String
.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.