Share via


IndexedString.Value 属性

定义

获取与 IndexedString 对象关联的字符串。

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

属性值

已初始化的字符串。

适用于

另请参阅