Share via


SecureStoreServiceClaim.ClaimValue property

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.

See also

Reference

SecureStoreServiceClaim class

SecureStoreServiceClaim members

Microsoft.Office.SecureStoreService.Server namespace