次の方法で共有


SiteConfig.FtpsState プロパティ

定義

FTP/FTPS サービスの状態を取得または設定します。 使用可能な値は、'AllAllowed'、'FtpsOnly'、'Disabled' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象