Furre.Gender Property

FFF3PP

FurreGender Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Note: This API is now obsolete.

Gets the gender.

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
[ObsoleteAttribute]
public int Gender { get; }
<ObsoleteAttribute>
Public ReadOnly Property Gender As Integer
	Get

Dim instance As Furre
Dim value As Integer

value = instance.Gender
public:
[ObsoleteAttribute]
property int Gender {
	int get ();
}
[<ObsoleteAttribute>]
member Gender : int with get

Property Value

Type: Int32
The gender.
See Also