EventTask.DisplayName 属性

定义

获取事件任务的本地化名称。Gets the localized name for the event task.

public:
 property System::String ^ DisplayName { System::String ^ get(); };
public string DisplayName { get; }
member this.DisplayName : string
Public ReadOnly Property DisplayName As String

属性值

String

事件任务的本地化名称。The localized name for the event task.

适用于