Share via


Scope.AppliesToAddress 属性

定义

获取或设置依赖方的 appliesTo 地址。

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

属性值

依赖方的 appliesTo 地址。 通常此为 URI。

适用于