 | BiConfigurationFeatureReadPolicy Property |
Get the policy a user must have to read this configuration
Namespace: SanteDB.Rest.AppService.ConfigurationAssembly: SanteDB.Rest.AppService (in SanteDB.Rest.AppService.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic string ReadPolicy { get; }Public ReadOnly Property ReadPolicy As String
Get
public:
virtual property String^ ReadPolicy {
String^ get () sealed;
}abstract ReadPolicy : string with get
override ReadPolicy : string with get
Property Value
StringImplements
IClientConfigurationFeatureReadPolicy
See Also