Scope.AppliesToAddress Property

Definition

Gets or sets the appliesTo address of the relying party.

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

Property Value

The appliesTo address of the relying party. This is typically a URI.

Applies to