次の方法で共有


CacheUsernameDownloadSettings.UserFileURI プロパティ

定義

ユーザー情報を含むファイルの URI を取得または設定します (/etc/passwd ファイル形式)。 このフィールドは、'usernameSource' が 'File' に設定されている場合に設定する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="userFileURI")]
public string UserFileURI { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userFileURI")>]
member this.UserFileURI : string with get, set
Public Property UserFileURI As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象