ServerSecurityDefaultHomePage Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates the dafault home page for the web interface.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DefaultHomePage { get; set; }
Public Property DefaultHomePage As String
Get
Set
public:
virtual property String^ DefaultHomePage {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DefaultHomePage();
function set_DefaultHomePage(value);
Property Value
Type:
StringThe dafault home page for the web interface
Return Value
Type:
StringThe dafault home page for the web interface
Remarks See Also