XdsObjects Help file
XdsObjects Namespace / XdsRetrieveItem Class / XdsRetrieveItem Constructor / XdsRetrieveItem Constructor()



In This Topic
    XdsRetrieveItem Constructor()
    In This Topic
    Construct a new empty XdsRetrieveItem
    Syntax
    Public Function New()
    Dim instance As New XdsRetrieveItem()
    public XdsRetrieveItem()
    public:
    XdsRetrieveItem();
    Remarks
    When specifying objects to be retrieved following a query, it is normally easier to use the XdsRetrieveItem Constructor(XdsDocument) constructor which directly sets the required values, including the HomeCommunityID where appropriate
    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