DomainClassInfo.ImplementationClass Property

Gets the implementation type of this domain class.

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

Syntax

'Declaration
Public ReadOnly Property ImplementationClass As Type
public Type ImplementationClass { get; }
public:
property Type^ ImplementationClass {
    Type^ get ();
}
member ImplementationClass : Type with get
function get ImplementationClass () : Type

Property Value

Type: Type
The type for this domain class.

.NET Framework Security

See Also

Reference

DomainClassInfo Class

Microsoft.VisualStudio.Modeling Namespace