IdmAttributeToIntegers Method |
Convert the Values (strings) of an multi-valued attribute to integers, if the attribute is defined as
integer in Identity Manager
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<int> ToIntegers()
Public Function ToIntegers As List(Of Integer)
public:
List<int>^ ToIntegers()
member ToIntegers : unit -> List<int>
Return Value
Type:
ListInt32List of integer values of the attribute or null if the attribute is "not present" in the Identity
Manager resource
See Also