다음을 통해 공유


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}"입니다.

특성

설명

이는 수정된 데이터의 모양을 결정하는 복합 형식 문자열입니다.

적용 대상