XdsObjects Help file
XdsObjects Namespace / XdsObjectRef Class
Members



XdsObjectRef Class
Class representing a simple Object Reference
Syntax
Public Class XdsObjectRef 
Dim instance As XdsObjectRef
public class XdsObjectRef 
public ref class XdsObjectRef 
Remarks

This is the type of object returned when doing a registry query with XdsQueryRequest.QueryReturnType = XdsObjects.Enums.QueryReturnType.ObjectRef. It tells you nothing about the object at all, and is purely intended to allow paging thorugh a large set of results by asking for more details on each of the returned objects in turn.

In normal XDS use only the UUID value is valid, but in an XCA environment the HomeCommunityID value is also needed

Inheritance Hierarchy

System.Object
   XdsObjects.XdsObjectRef

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