PropertiesRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
this component of the Request specifies which properties has to be returned for a level
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class PropertiesRequest
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type PropertiesRequest = class
Public Class PropertiesRequest
- Inheritance
-
PropertiesRequest
- Derived
- Attributes
Constructors
PropertiesRequest() |
default constructor |
PropertiesRequest(String[], OrderBy[]) |
initialize list of properties and ordering information |
PropertiesRequest(String[]) |
initalize with the list of fields |
Properties
Fields |
properties to be brought back |
OrderByList |
list of order by clauses |
PropertyAlias |
describes how the property names will be aliased |
RequestFieldsTypes |
RequestFieldsTypes describes what the list of fields means |