Share via


DomainModelOwnerAttribute Constructor

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

Syntax

'Declaration
Public Sub New ( _
    domainModelType As Type _
)
public DomainModelOwnerAttribute(
    Type domainModelType
)
public:
DomainModelOwnerAttribute(
    Type^ domainModelType
)
new : 
        domainModelType:Type -> DomainModelOwnerAttribute
public function DomainModelOwnerAttribute(
    domainModelType : Type
)

Parameters

.NET Framework Security

See Also

Reference

DomainModelOwnerAttribute Class

Microsoft.VisualStudio.Modeling Namespace