DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the type of content.

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

Syntax

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

Return Value

Type: ClientConfig..::..ContentTypeEnum
A value that indicates the type of content.

Remarks