WebCrmDocumentDataFileExtension Property |
Gets or sets file extension of 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 string FileExtension { get; set; }
Public Property FileExtension As String
Get
Set
public:
property String^ FileExtension {
String^ get ();
void set (String^ value);
}
member FileExtension : string with get, set
Property Value
Type:
String
Remarks
Value of this property is defined automatically when writing to webCRM.
See Also