| ReadonlyAppletCollectionBaseUrl Property |
Gets the base URL
Namespace:
SanteDB.Core.Applets
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public override string BaseUrl { get; set; }
Public Overrides Property BaseUrl As String
Get
Set
public:
virtual property String^ BaseUrl {
String^ get () override;
void set (String^ value) override;
}
abstract BaseUrl : string with get, set
override BaseUrl : string with get, set
Property Value
Type:
StringSee Also