DataPA Enterprise Dashboard Controls API Reference
Gets a property that indicates the type of object being exported

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

Syntax

C#
public ShouldItemBeExportedArgs..::..ExportObjectType ObjectType { get; }
Visual Basic
Public ReadOnly Property ObjectType As ShouldItemBeExportedArgs..::..ExportObjectType
	Get
Visual C++
public:
property ShouldItemBeExportedArgs..::..ExportObjectType ObjectType {
	ShouldItemBeExportedArgs..::..ExportObjectType get ();
}

Property Value

Type: ShouldItemBeExportedArgs..::..ExportObjectType
The type of object being exported

Return Value

Type: ShouldItemBeExportedArgs..::..ExportObjectType
The type of object being exported

Remarks