ReadOnlyLinkedElementCollection<T>.SourceDomainRole Property

Gets the source role of the relationship that this collection represents.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaración
Public ReadOnly Property SourceDomainRole As DomainRoleInfo
    Get
public DomainRoleInfo SourceDomainRole { get; }
public:
property DomainRoleInfo^ SourceDomainRole {
    DomainRoleInfo^ get ();
}
member SourceDomainRole : DomainRoleInfo
function get SourceDomainRole () : DomainRoleInfo

Property Value

Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
A DomainRoleInfo object.

.NET Framework Security

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

Microsoft.VisualStudio.Modeling Namespace