WebCrmDocumentDataUserGroup Property |
Gets or sets user group.
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 UserGroup { get; set; }
Public Property UserGroup As Long
Get
Set
public:
property long long UserGroup {
long long get ();
void set (long long value);
}
member UserGroup : int64 with get, set
Property Value
Type:
Int64
Remarks
Users beloning to this group should be able to access the document.
See Also