Share via


DomainRole.BaseRole Property

Gets the base role for this 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 ReadOnly Property BaseRole As DomainRole
public DomainRole BaseRole { get; }
public:
property DomainRole^ BaseRole {
    DomainRole^ get ();
}
member BaseRole : DomainRole
function get BaseRole () : DomainRole

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole

.NET Framework Security

See Also

Reference

DomainRole Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace