Share via


RolePlayerOrderChangedEventArgs.SourceDomainRole Property

The domain role played by the source ModelElement

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

Syntax

'Declaration
Public ReadOnly Property SourceDomainRole As DomainRoleInfo
public DomainRoleInfo SourceDomainRole { get; }
public:
property DomainRoleInfo^ SourceDomainRole {
    DomainRoleInfo^ get ();
}
member SourceDomainRole : DomainRoleInfo
function get SourceDomainRole () : DomainRoleInfo

Property Value

Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo

.NET Framework Security

See Also

Reference

RolePlayerOrderChangedEventArgs Class

Microsoft.VisualStudio.Modeling Namespace