XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / DocumentRelationship Property



In This Topic
    DocumentRelationship Property
    In This Topic
    The Relationship between Existing (Parent) Document and Current Document being Submitted
    Syntax
    Public Property DocumentRelationship As XdsRelationship
    Dim instance As XdsDocument
    Dim value As XdsRelationship
     
    instance.DocumentRelationship = value
     
    value = instance.DocumentRelationship
    public XdsRelationship DocumentRelationship {get; set;}
    public:
    property XdsRelationship^ DocumentRelationship {
       XdsRelationship^ get();
       void set (    XdsRelationship^ value);
    }
    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