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