RoleTreeNode.RoleInfo Property
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.
Caution
Use RepresentedRole property
Read-only accessor for role being shown
public:
property Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ RoleInfo { Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ get(); };
[System.Obsolete("Use RepresentedRole property")]
public Microsoft.VisualStudio.Modeling.DomainRoleInfo RoleInfo { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Obsolete("Use RepresentedRole property")>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.RoleInfo : Microsoft.VisualStudio.Modeling.DomainRoleInfo
Public ReadOnly Property RoleInfo As DomainRoleInfo
Property Value
- Attributes