DomainRoleAttribute Constructor
Initializes a new instance of DomainRoleAttribute class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
order As DomainRoleOrder _
)
public DomainRoleAttribute(
DomainRoleOrder order
)
public:
DomainRoleAttribute(
DomainRoleOrder order
)
new :
order:DomainRoleOrder -> DomainRoleAttribute
public function DomainRoleAttribute(
order : DomainRoleOrder
)
Parameters
- order
Type: Microsoft.VisualStudio.Modeling.DomainRoleOrder
The order of the domain role in the domain relationship.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.