Share via


Workspace.OwnerIdentityType Property

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

Syntax

'宣言
Public Property OwnerIdentityType As String
    Get
    Set
public string OwnerIdentityType { get; set; }
public:
property String^ OwnerIdentityType {
    String^ get ();
    void set (String^ value);
}
member OwnerIdentityType : string with get, set
function get OwnerIdentityType () : String
function set OwnerIdentityType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Server Namespace