Org.IdentityConnectors.Framework.Common.Objects.ObjectClassUtil.IsSpecialName C# (CSharp) Method

IsSpecialName() public static method

Determines whether the specified object class name is special in the sense of ObjectClassUtil.CreateSpecialName.
public static IsSpecialName ( String name ) : bool
name String the name of the object class to test
return bool
        public static bool IsSpecialName(String name)
        {
            return NameUtil.IsSpecialName(name);
        }