WebAccountProviderRetrieveCookiesOperation.Uri プロパティ

定義

Cookie を取得する Uri を取得または設定します。

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
Uri Uri();

void Uri(Uri uri);
public System.Uri Uri { get; set; }
var uri = webAccountProviderRetrieveCookiesOperation.uri;
webAccountProviderRetrieveCookiesOperation.uri = uri;
Public Property Uri As Uri

プロパティ値

Cookie を取得する Uri。

適用対象