C# Class Universe.Framework.Modules.ServerSetting

Exibir arquivo Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
Comment string
Name string
Type string

Public Methods

Method Description
GetValue ( ) : string
SetValue ( string value ) : void

Method Details

GetValue() public method

public GetValue ( ) : string
return string

SetValue() public method

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

Property Details

Comment public_oe property

public string Comment
return string

Name public_oe property

public string Name
return string

Type public_oe property

public string Type
return string