FileStatistics.ContentType Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ContentType As ContentType
public ContentType ContentType { get; set; }
public:
property ContentType ContentType {
    ContentType get ();
    void set (ContentType value);
}
member ContentType : ContentType with get, set
function get ContentType () : ContentType 
function set ContentType (value : ContentType)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ContentType
Returns ContentType.

.NET Framework Security

See Also

Reference

FileStatistics Class

Microsoft.TeamFoundation.Framework.Server Namespace