XPServerModeView.AddProperty Method
Name | Parameters | Description |
---|---|---|
AddProperty(CriteriaOperator) | property | Creates a new ServerViewProperty object and appends it to the Properties collection. |
AddProperty(String) | property | Creates a new ServerViewProperty object and appends it to the Properties collection. |
AddProperty(String, CriteriaOperator) | name, property | Creates a new ServerViewProperty object and appends it to the Properties collection. |
AddProperty(String, CriteriaOperator, SortDirection) | name, property, sorting | Creates a new ServerViewProperty object and appends it to the Properties collection. |
AddProperty(String, String) | name, property | Creates a new ServerViewProperty object and appends it to the Properties collection. |
AddProperty(String, String, SortDirection) | name, property, sorting | Creates a new ServerViewProperty object and appends it to the Properties collection. |
Feedback