Set

Set(string, string)

コンテンツ タイプ プロパティを指定された名前で追加または置換します。

public void Set(string propertyName, string propertyValue)
パラメータ タイプ 説明
propertyName String プロパティ名。
propertyValue String プロパティ値。

関連項目


Set(string, string, string)

コンテンツ タイプ プロパティを指定された名前で追加または置換します。

public void Set(string propertyName, string propertyValue, string propertyType)
パラメータ タイプ 説明
propertyName String プロパティ名。
propertyValue String プロパティ値。
propertyType String プロパティ タイプ。

関連項目