DomainRoleAttribute(DomainRoleOrder) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DomainRoleAttribute class.
public:
DomainRoleAttribute(Microsoft::VisualStudio::Modeling::DomainRoleOrder order);
public DomainRoleAttribute (Microsoft.VisualStudio.Modeling.DomainRoleOrder order);
new Microsoft.VisualStudio.Modeling.DomainRoleAttribute : Microsoft.VisualStudio.Modeling.DomainRoleOrder -> Microsoft.VisualStudio.Modeling.DomainRoleAttribute
Public Sub New (order As DomainRoleOrder)
Parameters
- order
- DomainRoleOrder
Order of the role in relationship (Source or Target).