WebCrmDocumentDataID Property |
Gets or sets document ID.
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 long ID { get; set; }
Public Property ID As Long
Get
Set
public:
property long long ID {
long long get ();
void set (long long value);
}
member ID : int64 with get, set
Property Value
Type:
Int64
Remarks
This property is automatically when writing to webCRM.
See Also