Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPServerModeView.AddProperty Method

Name Parameters Description
AddProperty(CriteriaOperator) 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, CriteriaOperator) 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.
AddProperty(String, String) name, 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.