System.Object
SingleObjectResponse
Client Declaration
public class SingleObjectResponse
Represents the output of a single object-valued property.
Elements
ObjectValue
Object
: [response] Required element specifying the value of a single object-valued property. Attributes
String
id
: [response] Optional identifying string reflected in the corresponding ObjectRequestType
element of the GetObjects
request, allowing a request and response element to be correlated.
<xsd:complexType name="SingleObjectResponse">
<xsd:complexContent>
<xsd:extension base="ObjectResponseType">
<xsd:sequence>
<xsd:element name="Object" type="ObjectValue"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>