ExtensionValueProperties interface
Describes Extension Metadata properties
Properties
| extension |
The type of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server. |
| publisher | The publisher of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server. |
| version | The version of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
extensionType
The type of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server.
extensionType?: string
Property Value
string
publisher
The publisher of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server.
publisher?: string
Property Value
string
version
The version of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string