Workspace.OwnerIdentityType Property

This uses the Framework server class IdentityDescriptor to send back an IdentityDescriptor for use in the client.

To not break Whidbey compatibility --- with regard to a Whidbey XML deserialization bug, this relies on IdentityDescriptor not having any sub-elements and not having an end element (short form). Thus, it should be of the form: "".

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

Syntax

'Declaration
Public Property OwnerIdentityType As String
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
Returns String.

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Server Namespace