ModelRelationshipClass.IsParentDecorator Property

Gets a value that indicates whether this relationship is a parent decorator.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property IsParentDecorator As Boolean
public bool IsParentDecorator { get; }
public:
property bool IsParentDecorator {
    bool get ();
}
member IsParentDecorator : bool
function get IsParentDecorator () : boolean

Property Value

Type: System.Boolean
true if this relationship is a parent decorator; otherwise, false.

.NET Framework Security

See Also

Reference

ModelRelationshipClass Class

Microsoft.Data.Schema.SchemaModel Namespace