Property.Value Property

Definition

Gets or sets the property value.

[System.Runtime.Serialization.DataMember(IsRequired=true, Name="Value", Order=101)]
public string Value { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="Value", Order=101)>]
member this.Value : string with get, set
Public Property Value As String

Property Value

The property value.

Attributes

Applies to