DomainRelationshipInfo.DomainRoles Property
Gets a read-only list of the domain roles for this relationship.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaração
Public ReadOnly Property DomainRoles As ReadOnlyCollection(Of DomainRoleInfo)
Get
public ReadOnlyCollection<DomainRoleInfo> DomainRoles { get; }
public:
property ReadOnlyCollection<DomainRoleInfo^>^ DomainRoles {
ReadOnlyCollection<DomainRoleInfo^>^ get ();
}
member DomainRoles : ReadOnlyCollection<DomainRoleInfo>
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.