Compartir a través de


DomainModelOwnerAttribute.DomainModelType Property

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

Syntax

'Declaración
Public Property DomainModelType As Type
    Get
    Private Set
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