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