DomainModel.DomainMemberInfo.DomainClassType Property

Get the domain class that declares the property.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public ReadOnly Property DomainClassType As Type
'使用
Dim instance As DomainModel..::.DomainMemberInfo
Dim value As Type

value = instance.DomainClassType
public Type DomainClassType { get; }
public:
property Type^ DomainClassType {
    Type^ get ();
}
public function get DomainClassType () : Type

Property Value

Type: System.Type

The type of the domain class.

Permissions

See Also

Reference

DomainModel.DomainMemberInfo Class

DomainModel.DomainMemberInfo Members

Microsoft.VisualStudio.Modeling Namespace