WebCrmDataCollectionDataRecords Property |
Gets or sets the array of records.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic WebCrmData[] DataRecords { get; set; }
Public Property DataRecords As WebCrmData()
Get
Set
public:
property array<WebCrmData^>^ DataRecords {
array<WebCrmData^>^ get ();
void set (array<WebCrmData^>^ value);
}
member DataRecords : WebCrmData[] with get, set
Property Value
Type:
WebCrmData
See Also