Set

Set(string, string)

Aggiunge o sostituisce la proprietà del tipo di contenuto con il nome specificato.

public void Set(string propertyName, string propertyValue)
Parametro Tipo Descrizione
propertyName String Il nome della proprietà.
propertyValue String Il valore della proprietà.

Guarda anche


Set(string, string, string)

Aggiunge o sostituisce la proprietà del tipo di contenuto con il nome specificato.

public void Set(string propertyName, string propertyValue, string propertyType)
Parametro Tipo Descrizione
propertyName String Il nome della proprietà.
propertyValue String Il valore della proprietà.
propertyType String Il tipo di proprietà.

Guarda anche