User.Claims Property

public List<UserClaim> Claims {get; set;}
This language is not supported or no code example is available.
public:  
property List<UserClaim^>^ Claims { 
List<UserClaim^>^ get( ); 
void set( 
List<UserClaim^>^ value 
); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

List<UserClaim>

In this article

Definition