UserAgentFileExtension Property
|
Gets the File Extension of the Request, this User Agent represents. This property is for MFO publishing only.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax public string FileExtension { get; set; }
Public Property FileExtension As String
Get
Set
public:
property String^ FileExtension {
String^ get ();
void set (String^ value);
}
member FileExtension : string with get, set
Property Value
Type:
StringSee Also