C# Class agsXMPP.protocol.x.data.Option

Field Option.
Inheritance: Element
Mostra file Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method Description
GetValue ( ) : string

Value of the Option

Option ( ) : System
Option ( string label, string val ) : System
SetValue ( string val ) : void

Method Details

GetValue() public method

Value of the Option
public GetValue ( ) : string
return string

Option() public method

public Option ( ) : System
return System

Option() public method

public Option ( string label, string val ) : System
label string
val string
return System

SetValue() public method

public SetValue ( string val ) : void
val string
return void