Share via


RuleOnAttribute.AttachDomainType Property

Gets the type of class for this rule.

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

Syntax

'Declaration
Public ReadOnly Property AttachDomainType As Type
'Usage
Dim instance As RuleOnAttribute 
Dim value As Type 

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

Property Value

Type: System.Type
A System.Type object.

.NET Framework Security

See Also

Reference

RuleOnAttribute Class

RuleOnAttribute Members

Microsoft.VisualStudio.Modeling Namespace