Set

Set(string, string)

İçerik türü özelliğini belirtilen adla ekler veya değiştirir.

public void Set(string propertyName, string propertyValue)
Parametre Tip Tanım
propertyName String Özellik adı.
propertyValue String Özellik değeri.

Ayrıca bakınız


Set(string, string, string)

İçerik türü özelliğini belirtilen adla ekler veya değiştirir.

public void Set(string propertyName, string propertyValue, string propertyType)
Parametre Tip Tanım
propertyName String Özellik adı.
propertyValue String Özellik değeri.
propertyType String özellik türü.

Ayrıca bakınız