WorkspaceNotification.NewWorkspaceOwner Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property NewWorkspaceOwner As TeamFoundationIdentity
public TeamFoundationIdentity NewWorkspaceOwner { get; private set; }
public:
property TeamFoundationIdentity^ NewWorkspaceOwner {
TeamFoundationIdentity^ get ();
private: void set (TeamFoundationIdentity^ value);
}
member NewWorkspaceOwner : TeamFoundationIdentity with get, private set
function get NewWorkspaceOwner () : TeamFoundationIdentity
private function set NewWorkspaceOwner (value : TeamFoundationIdentity)
Property Value
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
Returns TeamFoundationIdentity.
.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.