 | SanteDBClaimValue Property |
Gets the value of the claim
Namespace: SanteDB.Core.Security.ClaimsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic string Value { get; }Public ReadOnly Property Value As String
Get
public:
virtual property String^ Value {
String^ get () sealed;
}abstract Value : string with get
override Value : string with get
Property Value
StringImplements
IClaimValue
See Also