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

PropertyChoiceInfoAttribute() public method

public PropertyChoiceInfoAttribute ( string text ) : System
text string
return System
        public PropertyChoiceInfoAttribute(string text)
        {
            this.text = text;
        }
    }
PropertyChoiceInfoAttribute