 | AppletCollectionBaseUrl Property |
Gets or sets the base url
Namespace: SanteDB.Core.AppletsAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxpublic 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
String
See Also