Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RegistryValueEntityProperties

Package version

RegistryValue entity property bag.

Hierarchy

Index

Properties

Optional additionalData

additionalData: undefined | {}

A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.

Optional friendlyName

friendlyName: undefined | string

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional keyEntityId

keyEntityId: undefined | string

The registry key entity id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional valueData

valueData: undefined | string

String formatted representation of the value data. NOTE: This property will not be serialized. It can only be populated by the server.

Optional valueName

valueName: undefined | string

The registry value name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional valueType

Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc