Partager via


Message.Item[] Propriété

Définition

Surcharges

Item[String]
Item[Int32]

Item[String]

public string this[string key] { get; set; }
member this.Item(string) : string with get, set

Paramètres

key
String

Valeur de propriété

S’applique à

Item[Int32]

public string this[int key] { get; }
member this.Item(int) : string

Paramètres

key
Int32

Valeur de propriété

S’applique à