Share via


CommonTimeNode.MasterRelation Property

Master Relation.Represents the attribte in schema: masterRel

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "masterRel")> _
Public Property MasterRelation As EnumValue(Of TimeNodeMasterRelationValues)
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As EnumValue(Of TimeNodeMasterRelationValues)

value = instance.MasterRelation

instance.MasterRelation = value
[SchemaAttrAttribute(, "masterRel")]
public EnumValue<TimeNodeMasterRelationValues> MasterRelation { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TimeNodeMasterRelationValues>
Returns EnumValue<T>.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace