AGS.Types.DeserializeIgnoreAttribute.DeserializeIgnoreAttribute C# (CSharp) Method

DeserializeIgnoreAttribute() public method

public DeserializeIgnoreAttribute ( string propertyName ) : System
propertyName string
return System
        public DeserializeIgnoreAttribute(string propertyName)
            : base()
        {
            this.PropertyName = propertyName;
        }