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
- 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.
See Also
Reference
DomainModel.DomainMemberInfo Class