MetadataItem interface
指定自訂元數據項目的名稱和值。
屬性
name | 元數據專案索引鍵名稱。 Type:string (或 expression with resultType string) 。 |
value | 元數據專案值。 Type:string (或 expression with resultType string) 。 |
屬性詳細資料
name
元數據專案索引鍵名稱。 Type:string (或 expression with resultType string) 。
name?: any
屬性值
any
value
元數據專案值。 Type:string (或 expression with resultType string) 。
value?: any
屬性值
any