TfvcShelveset.Notes Property

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.SourceControl.WebApi.CheckinNote[]

.NET Framework Security

See Also

Reference

TfvcShelveset Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace