次の方法で共有


ShareClientOptions.AllowTrailingDot プロパティ

定義

true に設定すると、末尾のドット (.) にディレクトリ名とファイル名を指定できます。 false の場合、末尾のドットがトリミングされます。 x-ms-version 2022-11-02 以降でサポートされています。

public bool? AllowTrailingDot { get; set; }
member this.AllowTrailingDot : Nullable<bool> with get, set
Public Property AllowTrailingDot As Nullable(Of Boolean)

プロパティ値

適用対象