FileShare.EnabledProtocols プロパティ

定義

ファイル共有に使用される認証プロトコルを取得または設定します。 共有の作成時にのみ指定できます。 指定できる値は、'SMB'、'NFS' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象