XdsObjects Help file
XdsObjects Namespace / XdsImagingClient Class / XdsDomain Property



In This Topic
    XdsDomain Property
    In This Topic
    XdsDomain objects used for specialised modifications to Rad69 bindings etc.
    Syntax
    Public Property XdsDomain As XdsDomain
    Dim instance As XdsImagingClient
    Dim value As XdsDomain
     
    instance.XdsDomain = value
     
    value = instance.XdsDomain
    public XdsDomain XdsDomain {get; set;}
    public:
    property XdsDomain^ XdsDomain {
       XdsDomain^ get();
       void set (    XdsDomain^ value);
    }
    Remarks
    This is not used for most scenarios
    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