WebCrmDocumentDataIsAllowedAsAttachment Property |
Gets or sets flag indicating whether the document is allowed as attachment.
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 bool IsAllowedAsAttachment { get; set; }
Public Property IsAllowedAsAttachment As Boolean
Get
Set
public:
property bool IsAllowedAsAttachment {
bool get ();
void set (bool value);
}
member IsAllowedAsAttachment : bool with get, set
Property Value
Type:
Boolean
See Also