DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates what type of data location is currently set.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public ClientConfig..::..DataLocationTypeEnum DataLocationType { get; }
Visual Basic
Public ReadOnly Property DataLocationType As ClientConfig..::..DataLocationTypeEnum
	Get
Visual C++
public:
virtual property ClientConfig..::..DataLocationTypeEnum DataLocationType {
	ClientConfig..::..DataLocationTypeEnum get () sealed;
}

Return Value

Type: ClientConfig..::..DataLocationTypeEnum
A value that indicates what type of data location is currently set.

Remarks