Kinetica C# API
Version 7.1.10.0
|
Indicates whether the specified user has membership in the specified target . More...
Public Attributes | |
const string | TRUE = "true" |
User has membership in the role More... | |
const string | FALSE = "false" |
User does not have membership in the role More... | |
Indicates whether the specified user has membership in the specified target .
Supported values:
A set of string constants for the parameter <member name="has_role">.
Definition at line 270 of file HasRole.cs.
const string kinetica.HasRoleResponse.HasRole.FALSE = "false" |
User does not have membership in the role
Definition at line 277 of file HasRole.cs.
const string kinetica.HasRoleResponse.HasRole.TRUE = "true" |
User has membership in the role
Definition at line 274 of file HasRole.cs.