  | GetConfigResponseLines Method  | 
                Returns the map of line number to line value for a given category.
            
 
Namespace: AsterNET.Manager.ResponseAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<int, string> Lines(
	int category
)
Public Function Lines ( 
	category As Integer
) As Dictionary(Of Integer, String)
public:
Dictionary<int, String^>^ Lines(
	int category
)
member Lines : 
        category : int -> Dictionary<int, string> 
Parameters
- category
 - Type: SystemInt32
[Missing <param name="category"/> documentation for "M:AsterNET.Manager.Response.GetConfigResponse.Lines(System.Int32)"]
 
Return Value
Type: 
DictionaryInt32, 
String[Missing <returns> documentation for "M:AsterNET.Manager.Response.GetConfigResponse.Lines(System.Int32)"]
See Also