ChangeList<T>.Notes Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "notes", EmitDefaultValue := False)> _
Public Property Notes As CheckinNote()
[DataMemberAttribute(Name = "notes", EmitDefaultValue = false)]
public CheckinNote[] Notes { get; set; }
[DataMemberAttribute(Name = L"notes", EmitDefaultValue = false)]
public:
property array<CheckinNote^>^ Notes {
array<CheckinNote^>^ get ();
void set (array<CheckinNote^>^ value);
}
[<DataMemberAttribute(Name = "notes", 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.