次の方法で共有


FakeRedactorOptions.RedactionFormat プロパティ

定義

編集されたデータの書式設定方法を示す値を取得または設定します。

public:
 property System::String ^ RedactionFormat { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public string RedactionFormat { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.RedactionFormat : string with get, set
Public Property RedactionFormat As String

プロパティ値

既定値は "{0}" です。

属性

注釈

これは、編集されたデータの外観を決定する複合書式指定文字列です。

適用対象