Share via


DomainRoleHasPropertyAttributes Constructor (DomainRole, ClrAttribute)

Constructor Creates a DomainRoleHasPropertyAttributes link in the same Partition as the given DomainRole

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

Syntax

'Declaration
Public Sub New ( _
    source As DomainRole, _
    target As ClrAttribute _
)
public DomainRoleHasPropertyAttributes(
    DomainRole source,
    ClrAttribute target
)
public:
DomainRoleHasPropertyAttributes(
    DomainRole^ source, 
    ClrAttribute^ target
)
new : 
        source:DomainRole * 
        target:ClrAttribute -> DomainRoleHasPropertyAttributes
public function DomainRoleHasPropertyAttributes(
    source : DomainRole, 
    target : ClrAttribute
)

Parameters

.NET Framework Security

See Also

Reference

DomainRoleHasPropertyAttributes Class

DomainRoleHasPropertyAttributes Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace