WebCrmDocumentDataOrganisationId Property |
Gets or sets organisation that the document shold be linked with.
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 OrganisationId { get; set; }
Public Property OrganisationId As Long
Get
Set
public:
property long long OrganisationId {
long long get ();
void set (long long value);
}
member OrganisationId : int64 with get, set
Property Value
Type:
Int64
See Also