ClientConfigDataLocationType Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates what type of data location is currently set.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ApplicationDataLocationTypeEnum DataLocationType { get; }
Public ReadOnly Property DataLocationType As ApplicationDataLocationTypeEnum
Get
public:
virtual property ApplicationDataLocationTypeEnum DataLocationType {
ApplicationDataLocationTypeEnum get () sealed;
}
function get_DataLocationType();
Return Value
Type:
ApplicationDataLocationTypeEnumA value that indicates what type of data location is currently set.
Remarks See Also