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
- 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.