UserAgentContentType Property
|
Gets the Content/Mime Type of the User Agent branding. Arbitrary.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public string ContentType { get; set; }
Public Property ContentType As String
Get
Set
public:
property String^ ContentType {
String^ get ();
void set (String^ value);
}
member ContentType : string with get, set
Property Value
Type:
StringSee Also