Share via


IFsrmFileManagementJob.Notifications Property

 

Retrieves or sets the name of the file management job.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

object[] Notifications { get; }
property array<Object^>^ Notifications {
    array<Object^>^ get();
}
abstract Notifications : Object[] with get
ReadOnly Property Notifications As Object()

Property Value

Type: System.Object[]

Returns a Object containing the name of the job. The name must be unique and is limited to 100 characters.

See Also

IFsrmFileManagementJob Interface
Microsoft.Storage Namespace

Return to top