RelationshipQuery.RelationshipQualifier Property

Definition

Gets or sets a qualifier required on the relationship objects.

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

Property Value

Returns a String value containing the name of the qualifier required on the relationship objects.

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 relationship 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