MimeTextMatch.Type 속성

정의

검색할 텍스트의 MIME 형식을 나타내는 값을 가져오거나 설정합니다.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String

속성 값

검색할 텍스트의 MIME 형식을 나타내는 문자열입니다.

예제

MimeText_Binding_Match_8#5

설명

값이 설정되지 않은 경우 이 속성은 빈 문자열("")을 반환합니다.

적용 대상