| ICalculatedRoleAssignmentGetAttribute Method |
Returns a specific attribute for the role assignment.
Namespace:
Omada.OE.Solution.OIM.Model.Public
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
SyntaxIAttributeValue GetAttribute(
string name
)
Parameters
- name
- Type: SystemString
The name of the attribute to be returned.
The name is the value of the 'Name' property on the attribute data object.
Case-IN-sensitive.
Return Value
Type:
IAttributeValue
Returns null if the attribute can't be found.
See Also