WSFederationElement.Resource 属性

定义

获取或设置 resource 属性。

public:
 property System::String ^ Resource { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("resource", IsRequired=false)]
public string Resource { get; set; }
[<System.Configuration.ConfigurationProperty("resource", IsRequired=false)>]
member this.Resource : string with get, set
Public Property Resource As String

属性值

包含 WS-Federation 资源值的 URI 的字符串。 默认值为空字符串。 设置请求 WS-Federation 登录请求 wres 参数。 Optional.

属性

适用于

另请参阅