DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the type of content.
Namespace: DataPAClientConfigAssembly: 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..::..ContentTypeEnumA value that indicates the type of content.
Remarks
See Also