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