Share via


DomainProperty.Type Property

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

Syntax

'Declaration
Public Property Type As DomainType
'Usage
Dim instance As DomainProperty 
Dim value As DomainType 

value = instance.Type

instance.Type = value
public DomainType Type { get; set; }
public:
property DomainType^ Type {
    DomainType^ get ();
    void set (DomainType^ value);
}
public function get Type () : DomainType 
public function set Type (value : DomainType)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainType

.NET Framework Security

See Also

Reference

DomainProperty Class

DomainProperty Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace