FieldMetadataDatabaseName Property |
Gets or sets the name of the field in appropriated table.
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 DatabaseName { get; }
Public ReadOnly Property DatabaseName As String
Get
public:
property String^ DatabaseName {
String^ get ();
}
member DatabaseName : string with get
Property Value
Type:
String
See Also