Org.IdentityConnectors.Framework.Common.Objects.Name.GetNameValue C# (CSharp) Method

GetNameValue() public method

The single value of the attribute that is the unique id of an object.
public GetNameValue ( ) : String
return String
        public String GetNameValue()
        {
            return ConnectorAttributeUtil.GetStringValue(this);
        }

Usage Example

Exemplo n.º 1
0
 public static String GetRelativeName(Name name)
 {
     return GetNameAsCN(name.GetNameValue());
 }