SimplePropertyEntry.PersistedValue 属性

定义

获取或设置属性项的格式化字符串表现形式。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

String

一个与属性项有关的 String

适用于