XdsObjects Help file
XdsObjects Namespace / XdsRelationship Class / DocumentRelation Property



In This Topic
    DocumentRelation Property
    In This Topic
    The type of relationship
    Syntax
    Public Property DocumentRelation As AssociationType
    Dim instance As XdsRelationship
    Dim value As AssociationType
     
    instance.DocumentRelation = value
     
    value = instance.DocumentRelation
    public AssociationType DocumentRelation {get; set;}
    public:
    property AssociationType DocumentRelation {
       AssociationType get();
       void set (    AssociationType 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