GitItemMetadata.OwnerDisplayName Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "ownerDisplayName", EmitDefaultValue := False)> _
Public Property OwnerDisplayName As String
[DataMemberAttribute(Name = "ownerDisplayName", EmitDefaultValue = false)]
public string OwnerDisplayName { get; set; }
[DataMemberAttribute(Name = L"ownerDisplayName", EmitDefaultValue = false)]
public:
property String^ OwnerDisplayName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "ownerDisplayName", EmitDefaultValue = false)>]
member OwnerDisplayName : string with get, set
function get OwnerDisplayName () : String 
function set OwnerDisplayName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitItemMetadata Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace