public static PropertyName PropertyNameFromString([Unmarshalled] string name)
        {
            PropertyName result;

            PropertyNameUtils.PropertyNameFromString_Injected(name, out result);
            return(result);
        }
        public static PropertyName PropertyNameFromString([NativeParameter(Unmarshalled = true)] string name)
        {
            PropertyName result;

            PropertyNameUtils.PropertyNameFromString_Injected(name, out result);
            return(result);
        }