IAdmServiceNotice

The IAdmServiceNotice interface represents a notice published by the Adaxes service via the service notice board.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • Text

  • Gets the notice text.

  • Type

  • Gets the notice type.

  • Id

  • Gets the notice identifier.

  • ExtraData

  • Gets additional information associated with the notice.

Details

Text

Gets the notice text.

  • Type:
  • string
  • Access:
  • Read-only

Type

Gets the notice type.


Id

Gets the notice identifier.

  • Type:
  • string
  • Access:
  • Read-only

ExtraData

Gets additional information associated with the notice.

  • Type:
  • string
  • Access:
  • Read-only

Requirements

Minimum required version: 2009.1

See also