DomainRelationshipInfo.DomainRoles Property
Gets a read-only list of the domain roles for this relationship.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property DomainRoles As ReadOnlyCollection(Of DomainRoleInfo)
'Usage
Dim instance As DomainRelationshipInfo
Dim value As ReadOnlyCollection(Of DomainRoleInfo)
value = instance.DomainRoles
public ReadOnlyCollection<DomainRoleInfo> DomainRoles { get; }
public:
property ReadOnlyCollection<DomainRoleInfo^>^ DomainRoles {
ReadOnlyCollection<DomainRoleInfo^>^ get ();
}
public function get DomainRoles () : ReadOnlyCollection<DomainRoleInfo>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DomainRoleInfo>
A read-only collection of DomainRoleInfo objects.
.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.