ElementClass.HierarchicalRelationshipClass Property
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property HierarchicalRelationshipClass As RelationshipClass
'Usage
Dim instance As ElementClass
Dim value As RelationshipClass
value = instance.HierarchicalRelationshipClass
public RelationshipClass HierarchicalRelationshipClass { get; }
public:
property RelationshipClass^ HierarchicalRelationshipClass {
RelationshipClass^ get ();
}
public function get HierarchicalRelationshipClass () : RelationshipClass
Property Value
Type: Microsoft.Data.Schema.SchemaModel.RelationshipClass
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.