C# 클래스 agsXMPP.protocol.x.data.Option

Field Option.
상속: Element
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( ) : string

Value of the Option

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

메소드 상세

GetValue() 공개 메소드

Value of the Option
public GetValue ( ) : string
리턴 string

Option() 공개 메소드

public Option ( ) : System
리턴 System

Option() 공개 메소드

public Option ( string label, string val ) : System
label string
val string
리턴 System

SetValue() 공개 메소드

public SetValue ( string val ) : void
val string
리턴 void