[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <SIF_ObjectData> element.
| C# | Visual Basic | Visual C++ |
public SIF_ObjectData SIF_ObjectData{ get; set;}
Public Property SIF_ObjectData As SIF_ObjectData
public: property SIF_ObjectData^ SIF_ObjectData { SIF_ObjectData^ get (); void set (SIF_ObjectData^ value); }
A SIF_ObjectData
The SIF specification defines the meaning of this null as: " The SIF_ObjectData element contains the data objects matching the supplied criteria in the SIF_Request message if the SIF_Request contained SIF_Query. If the SIF_Request contained SIF_ExtendedQuery, include SIF_ExtendedQueryResults. If the SIF_Error element is present, this element MUST be empty. "
To remove the SIF_ObjectData, set SIF_ObjectData to null
Version: 2.0
Since: 1.1