CreateWorkspaceParameters.OwnerName 属性

要创建的工作区域的所有者名称。

此参数的默认值为 RepositoryConstants.AuthenticatedUser (或“. "),指示服务器应委托调用的用户创建工作区域。 如果不确定的谁这解析为,VersionControlServer 对象的 AuthorizedUser 属性的值为调用的用户的完整显示名称窗体。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public Property OwnerName As String
public string OwnerName { get; set; }

属性值

类型:System.String
要创建的工作区域的所有者名称。

.NET Framework 安全性

请参见

参考

CreateWorkspaceParameters 类

Microsoft.TeamFoundation.VersionControl.Client 命名空间