Class BattleNetClanInviteMultiple
Inheritance
System.Object
BattleNetClanInviteMultiple
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class BattleNetClanInviteMultiple
Properties
| Improve this Doc View SourceClanName
Declaration
public string ClanName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClanTag
Declaration
public string ClanTag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Cookie
Declaration
public int Cookie { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Users
Declaration
public string[] Users { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |