|
BadgesGetGroup 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 group.
Namespace:
Furcadia.Net.DreamInfo
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public static int GetGroup(
string tag
)
Public Shared Function GetGroup (
tag As String
) As Integer
Dim tag As String
Dim returnValue As Integer
returnValue = Badges.GetGroup(tag)
public:
static int GetGroup(
String^ tag
)
static member GetGroup :
tag : string -> int
Parameters
- tag
- Type: SystemString
The tag.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Furcadia.Net.DreamInfo.Badges.GetGroup(System.String)"]
See Also