Workspace.OwnerIdentityType Property
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
.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.