Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the element playing Target domain role. Relationship defining the role.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property Role As DomainRole
public override sealed DomainRole Role { get; set; }
public:
virtual property DomainRole^ Role {
DomainRole^ get () override sealed;
void set (DomainRole^ value) override sealed;
}
abstract Role : DomainRole with get, set
override Role : DomainRole with get, set
override final function get Role () : DomainRole
override final function set Role (value : DomainRole)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole
.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.