 | Matchname Property |
[Missing <summary> documentation for "P:CSharpOsu.Module.Match.name"]
Namespace:
CSharpOsu.Module
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic string name { get; set; }
Public Property name As String
Get
Set
public:
property String^ name {
String^ get ();
void set (String^ value);
}
member name : string with get, set
Property Value
Type:
String
See Also