Shelveset.Owner Property

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

Syntax

声明
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, PropertyName := "OwnerName")> _
Public Property Owner As String
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, PropertyName = "OwnerName")]
public string Owner { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Public, PropertyName = L"OwnerName")]
public:
property String^ Owner {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, PropertyName = "OwnerName")>]
member Owner : string with get, set
function get Owner () : String
function set Owner (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Shelveset Class

Microsoft.TeamFoundation.VersionControl.Server Namespace