CheckinNote.Value Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "value")> _
Public Property Value As String
[DataMemberAttribute(Name = "value")]
public string Value { get; set; }
[DataMemberAttribute(Name = L"value")]
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "value")>]
member Value : string with get, set
function get Value () : String
function set Value (value : String)
Property Value
Type: System.String
.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.