Notifications Property

Gets or sets a collection of the job notifications that trigger a notification POST request.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Notifications As JobStatus()
    Get
    Set
'Usage

  Dim instance As JobDefinition
Dim value As JobStatus()

value = instance.Notifications

instance.Notifications = value
[DataMemberAttribute]
public JobStatus[] Notifications { get; set; }
[DataMemberAttribute]
public:
property array<JobStatus>^ Notifications {
    array<JobStatus>^ get ();
    void set (array<JobStatus>^ value);
}
[<DataMemberAttribute>]
member Notifications : JobStatus[] with get, set
  function get Notifications () : JobStatus[]
function set Notifications (value : JobStatus[])

Property Value

Type: array<Microsoft.Web.Media.TransformManager. . :: . .JobStatus> [] () [] []
A collection of the job notifications that trigger a notification POST request.

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace