Workspace.SecurityToken Property

Gets the security token of this workspace for the workspace security namespace.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property SecurityToken As String
public string SecurityToken { get; }
public:
property String^ SecurityToken {
    String^ get ();
}
member SecurityToken : string with get
function get SecurityToken () : String

Property Value

Type: System.String
The security token of this workspace for the workspace security namespace.

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace