次の方法で共有


ShareFileRenameOptions.IgnoreReadOnly プロパティ

定義

任意。 既存の変換先ファイルの ReadOnly 属性を尊重するかどうかを指定するブール値。 true の場合、名前の変更は成功し、それ以外の場合、ReadOnly 属性が設定された宛先の前のファイルは名前の変更に失敗します。

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

プロパティ値

適用対象