 | DbApplicationEntityVendorName Property |
Gets or sets the name of the vendor.
Namespace: SanteDB.Persistence.Data.Model.EntitiesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic string VendorName { get; set; }Public Property VendorName As String
Get
Set
public:
property String^ VendorName {
String^ get ();
void set (String^ value);
}member VendorName : string with get, set
Property Value
StringThe name of the vendor.
See Also