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 | 属性类型。 |