다음을 통해 공유


EmailIrmTemplate.Description 속성

정의

템플릿에 대한 설명을 가져오거나 설정합니다.

public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();

void Description(winrt::hstring value);
public string Description { get; set; }
var string = emailIrmTemplate.description;
emailIrmTemplate.description = string;
Public Property Description As String

속성 값

String

Platform::String

winrt::hstring

템플릿에 대한 설명입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상