| ServiceCertificateConfigurationStoreLocation Property |
Gets or sets the store location.
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string StoreLocation { get; set; }
Public Property StoreLocation As String
Get
Set
public:
virtual property String^ StoreLocation {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract StoreLocation : string with get, set
override StoreLocation : string with get, set
Property Value
Type:
StringThe store location.
Implements
IRestClientCertificateDescriptionStoreLocationSee Also