Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of the current claim.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Property ClaimValue As String
Get
Set
'Usage
Dim instance As SecureStoreServiceClaim
Dim value As String
value = instance.ClaimValue
instance.ClaimValue = value
public string ClaimValue { get; set; }
Property Value
Type: System.String
An object that represents the value of the current claim object.