WorkspaceNotification.WorkspaceOwnerName Property
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ObsoleteAttribute("User the WorkspaceOwner property instead")> _
<BrowsableAttribute(False)> _
Public ReadOnly Property WorkspaceOwnerName As String
[ObsoleteAttribute("User the WorkspaceOwner property instead")]
[BrowsableAttribute(false)]
public string WorkspaceOwnerName { get; }
[ObsoleteAttribute(L"User the WorkspaceOwner property instead")]
[BrowsableAttribute(false)]
public:
property String^ WorkspaceOwnerName {
String^ get ();
}
[<ObsoleteAttribute("User the WorkspaceOwner property instead")>]
[<BrowsableAttribute(false)>]
member WorkspaceOwnerName : string with get
function get WorkspaceOwnerName () : String
Property Value
Type: System.String
Returns 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.