  | ServerChannelGetProperty Method (String, String) | 
 
            Gets  the  value  of  a  property indexed by the specified name.
            
 
    Namespace: 
   OBCOM.NetSwitchLib.Servers
    Assembly:
   OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic string GetProperty(
	string name,
	string defval
)
Public Function GetProperty ( 
	name As String,
	defval As String
) As String
Parameters
- name
 - Type: SystemString
            The name of the required property.
             - defval
 - Type: SystemString
            The value returned if the property is not defined (can be null).
             
Return Value
Type: 
String
            A  string  value or 
defval if the property is not
            defined.
            
Exceptions
See Also