DomainPropertyInfo.DomainClass Property
Gets the domain class where this property is declared.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property DomainClass As DomainClassInfo
'Usage
Dim instance As DomainPropertyInfo
Dim value As DomainClassInfo
value = instance.DomainClass
public DomainClassInfo DomainClass { get; }
public:
property DomainClassInfo^ DomainClass {
DomainClassInfo^ get ();
}
public function get DomainClass () : DomainClassInfo
Property Value
Type: Microsoft.VisualStudio.Modeling.DomainClassInfo
A DomainClassInfo object.
.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.