ManagedFolderInformation.CanRenameOrMove プロパティ

定義

ユーザーがフォルダー内のオブジェクトの名前を変更または移動できるかどうかを示す値を取得します。

public:
 property Nullable<bool> CanRenameOrMove { Nullable<bool> get(); };
public Nullable<bool> CanRenameOrMove { get; }
Public ReadOnly Property CanRenameOrMove As Nullable(Of Boolean)

プロパティ値

フォルダー 内のオブジェクトの名前を変更または移動できる場合は true。それ以外の場合は false

適用対象