共用方式為


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

適用於