Click or drag to resize
WebRoleSearchCriteria Properties

The WebRoleSearchCriteria type exposes the following members.

Properties
  NameDescription
Public propertyApplicationActionId
Find roles who have authorities related to the specified application action.
Public propertyApplicationId
Find roles who have authorities related to the specified application.
Public propertyIdentifier
Find roles with an identifier similar to the specified value. Wildcard characters may be used.
Public propertyIsApplicationActionIdSpecified
Specifies if application action id should be used.
Public propertyIsApplicationIdSpecified
Specifies if application id should be used.
Public propertyIsIsValidSpecified
Specifies if is valid should be used.
Public propertyIsOrganizationCategoryIdSpecified
Specifies if organization category id should be used.
Public propertyIsOrganizationIdSpecified
Specifies if organization id should be used.
Public propertyIsRoleTypeSpecified
Specifies if role type should be used.
Public propertyIsUserIdSpecified
Specifies if user id should be used.
Public propertyIsValid
Restrict search to users with accounts that are valid today.
Public propertyName
Find roles with a name similar to the specified value. Wildcard characters may be used.
Public propertyOrganizationCategoryId
Find roles for organizations that is categorized as the specified organization category.
Public propertyOrganizationId
Find roles for the the specified organization.
Public propertyRoleType
Search for roles of this type.
Public propertyShortName
Find roles with a shortname similar to the specified value. Wildcard characters may be used.
Public propertyUserId
Find roles which are related to the specified user.
Top
See Also