CollectionKeys Property |
|
DataPA OpenAnalytics API Reference
Gets a list of strings that represents the keys for this collection
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public List<string> Keys { get; }
Public ReadOnly Property Keys As List(Of String)
Get
public:
virtual property List<String^>^ Keys {
List<String^>^ get () sealed;
}
Return Value
Type:
ListStringA list of strings that represents the keys for this collection
Implements
Collection_CollectionKeysSee Also