SoapToken.Value Property

Definition

Gets or sets an XML token.

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

Property Value

A String that contains an XML token.

Exceptions

  • One of the following: value contains invalid characters (0xD or 0x9).

  • value [0] or value [ value.Length - 1] contains white space.

  • value contains any spaces.

Applies to