名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public ReadOnly Property RelationshipClasses As IList(Of RelationshipClass)
'使用
Dim instance As ElementClass
Dim value As IList(Of RelationshipClass)
value = instance.RelationshipClasses
public IList<RelationshipClass> RelationshipClasses { get; }
public:
property IList<RelationshipClass^>^ RelationshipClasses {
IList<RelationshipClass^>^ get ();
}
public function get RelationshipClasses () : IList<RelationshipClass>
プロパティ値
型 : System.Collections.Generic.IList<RelationshipClass>