Share via


CheckinNote.Name Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CheckinNote Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace