Share via


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

'Declaration
Public ReadOnly Property DomainClassType As Type
'Usage
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.

.NET Framework Security

See Also

Reference

DomainModel.DomainMemberInfo Class

DomainModel.DomainMemberInfo Members

Microsoft.VisualStudio.Modeling Namespace