Share via


DomainModelOwnerAttribute.DomainModelType Property

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

Syntax

'Declaration
Public Property DomainModelType As Type
public Type DomainModelType { get; private set; }
public:
property Type^ DomainModelType {
    Type^ get ();
    private: void set (Type^ value);
}
member DomainModelType : Type with get, private set
function get DomainModelType () : Type 
private function set DomainModelType (value : Type)

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

DomainModelOwnerAttribute Class

Microsoft.VisualStudio.Modeling Namespace