Modifier

RelatedObjectQuery.RelatedRole Property

Definition

Gets or sets the role that the related objects returned should be playing in the relationship.

public:
 property System::String ^ RelatedRole { System::String ^ get(); void set(System::String ^ value); };
public string RelatedRole { get; set; }
member this.RelatedRole : string with get, set
Public Property RelatedRole As String

Property Value

Returns a String value containing the role of the related objects.

Remarks

Setting this property value overrides any previous value stored in the object. The query string is rebuilt to reflect the new role.

Property Value

A string containing the role of the related 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.

Applies to