Share via


IFsrmPropertyBag2.Messages Property

 

Gets the Messages property.

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

Syntax

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

Property Value

Type: System.Object[]

Returns the Messages property.

Implements

IFsrmPropertyBag.Messages

See Also

IFsrmPropertyBag2 Interface
Microsoft.Storage Namespace

Return to top