| 
            
              FurreListGetFurreByName Method 
             | 
          
        
        This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
            Gets the furre by name.
            
 
    Namespace: 
   Furcadia.Net.DreamInfo
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic Furre GetFurreByName(
	string FurreName
)
Public Function GetFurreByName ( 
	FurreName As String
) As Furre
Dim instance As FurreList
Dim FurreName As String
Dim returnValue As Furre
returnValue = instance.GetFurreByName(FurreName)
public:
Furre^ GetFurreByName(
	String^ FurreName
)
member GetFurreByName : 
        FurreName : string -> Furre 
Parameters
- FurreName
 - Type: SystemString
Name of the furre. 
Return Value
Type: 
FurreFurre
Exceptions
See Also