ManagedDashboardToArray Property |
|
DataPA OpenAnalytics API Reference
Gets this object converted to a byte array.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public byte[] ToArray { get; }
Public ReadOnly Property ToArray As Byte()
Get
public:
virtual property array<unsigned char>^ ToArray {
array<unsigned char>^ get () sealed;
}
Return Value
Type:
ByteThis object converted to a byte array..
Remarks See Also