| WebCrmDocumentDataUserId Property |
Gets or sets a specific single user which should be able to access the document.
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 UserId { get; set; }Public Property UserId As Long
Get
Set
public:
property long long UserId {
long long get ();
void set (long long value);
}member UserId : int64 with get, set
Property Value
Type:
Int64
See Also