BGC.Parameters.OutputFieldAttribute.OutputFieldAttribute C# (CSharp) Method

OutputFieldAttribute() public method

public OutputFieldAttribute ( string fieldName ) : System
fieldName string
return System
        public OutputFieldAttribute(string fieldName)
        {
            this.fieldName = fieldName;
        }
    }
OutputFieldAttribute