RelatedObjectQuery.RelatedQualifier Property

Definition

Gets or sets a qualifier required to be defined on the related objects.

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

Property Value

Returns a String value containing the name of the qualifier required on the related object.

Remarks

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

Property Value

A string containing the name of the qualifier required on 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