Share via


TfvcLabelRef.Description Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TfvcLabelRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace