XdsObjects Help file
XdsObjects Namespace / XdsQueryResponse Class / ReturnedObjectRefs Property



ReturnedObjectRefs Property
List of Object References returned by the query
Syntax
Public Property ReturnedObjectRefs As List(Of XdsObjectRef)
Dim instance As XdsQueryResponse
Dim value As List(Of XdsObjectRef)
 
instance.ReturnedObjectRefs = value
 
value = instance.ReturnedObjectRefs
public List<XdsObjectRef> ReturnedObjectRefs {get; set;}
public:
property List<XdsObjectRef^>^ ReturnedObjectRefs {
   List<XdsObjectRef^>^ get();
   void set (    List<XdsObjectRef^>^ value);
}
Remarks

The contents of this list is justa list of GUIDs, and cannt be interpretted without fetching the full associated data

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also