SystemDomainListItem.Value プロパティ

定義

項目の値を取得または設定します。

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Value { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Value : string with get, set
Public Property Value As String

プロパティ値

アイテムの値を表す文字列。

属性

適用対象