Share via


Shelveset.OwnerName Property

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

Syntax

'Declaration
Public Property OwnerName As String
'Usage
Dim instance As Shelveset 
Dim value As String 

value = instance.OwnerName

instance.OwnerName = value
public string OwnerName { get; set; }
public:
property String^ OwnerName {
    String^ get ();
    void set (String^ value);
}
public function get OwnerName () : String 
public function set OwnerName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Shelveset Class

Shelveset Members

Microsoft.TeamFoundation.VersionControl.Client Namespace