Share via


FileContentMetadata.ContentType Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

FileContentMetadata Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace