TargetApplicationClaims.GroupClaims Property
Gets or sets the claims of the members of a group target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Property GroupClaims As IList(Of SecureStoreServiceClaim)
Get
Set
'Usage
Dim instance As TargetApplicationClaims
Dim value As IList(Of SecureStoreServiceClaim)
value = instance.GroupClaims
instance.GroupClaims = value
public IList<SecureStoreServiceClaim> GroupClaims { get; set; }
Property Value
Type: System.Collections.Generic.IList<SecureStoreServiceClaim>
The claims of the members of a group target application.