Share via


GitObjectId.Short Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitObjectId Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace