FileContent.Content Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

FileContent Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace