ClientApplicationName Property |
HTML5 client: Returns the domain name of the web host which the client is connected.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic string ApplicationName { get; }
Public ReadOnly Property ApplicationName As String
Get
public:
property String^ ApplicationName {
String^ get ();
}
member ApplicationName : string with get
Return Value
Type:
Stringthe application name.
Remarks
See Also