共用方式為


AnnotationElement.Value 屬性

定義

取得或設定附註的值。

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("value", IsRequired=true)]
[System.Configuration.StringValidator(MinLength=0)]
public string Value { get; set; }
[<System.Configuration.ConfigurationProperty("value", IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Value : string with get, set
Public Property Value As String

屬性值

String

註解的值。

屬性

適用於