[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.PrintTypeParameter.ValidParameterOptions"]
public IList ValidParameterOptions { get; set; }
Public Property ValidParameterOptions As IList
Get
Set
public:
property IList^ ValidParameterOptions {
IList^ get ();
void set (IList^ value);
}
member ValidParameterOptions : IList with get, set