Appointment.Details 属性

定义

获取或设置字符串值。 字符串包含描述约会的扩展详细信息。 详细信息的类型为 String ,最大长度为 1,073,741,823 个字符,这是 JET 数据库字符串的最大长度。

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

void Details(winrt::hstring value);
public string Details { get; set; }
var string = appointment.details;
appointment.details = string;
Public Property Details As String

属性值

String

Platform::String

winrt::hstring

描述约会的扩展详细信息。

Windows 要求

应用功能
appointmentsSystem

注解

适用于