Skip to main content
.NET 6.0+

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.