ServerSecurityServerUserName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the username used by the service when connecting to an AppServer to refresh a query set to auto refresh.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ServerUserName { get; set; }
Public Property ServerUserName As String
Get
Set
public:
virtual property String^ ServerUserName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ServerUserName();
function set_ServerUserName(value);
Property Value
Type:
StringThe username used by the service when connecting to an AppServer to refresh a query set to auto refresh.
Return Value
Type:
StringThe username used by the service when connecting to an AppServer to refresh a query set to auto refresh.
Remarks See Also