ServiceAgentRequestServerSecurity Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the server security object for the request
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public byte[] ServerSecurity { get; set; }
Public Property ServerSecurity As Byte()
Get
Set
public:
property array<unsigned char>^ ServerSecurity {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
function get_ServerSecurity();
function set_ServerSecurity(value);
Return Value
Type:
ByteThe server security object for the request
See Also