PathSegment.Role Property
Gets or sets Role. Role referenced by the segment.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Property Role As DomainRole
public DomainRole Role { get; set; }
public:
property DomainRole^ Role {
DomainRole^ get ();
void set (DomainRole^ value);
}
member Role : DomainRole with get, set
function get Role () : DomainRole
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.