RolePlayerOrderChangedEventArgs.CounterpartDomainRole Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property CounterpartDomainRole As DomainRoleInfo
'Usage
Dim instance As RolePlayerOrderChangedEventArgs
Dim value As DomainRoleInfo
value = instance.CounterpartDomainRole
public DomainRoleInfo CounterpartDomainRole { get; }
public:
property DomainRoleInfo^ CounterpartDomainRole {
DomainRoleInfo^ get ();
}
public function get CounterpartDomainRole () : DomainRoleInfo
Property Value
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
.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.
See Also
Reference
RolePlayerOrderChangedEventArgs Class