OpenBinaryFailedEventArgs.Message Property
Gets the message information of the event.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll)
Syntax
'Declaration
Public ReadOnly Property Message As String
Get
'Usage
Dim instance As OpenBinaryFailedEventArgs
Dim value As String
value = instance.Message
public string Message { get; }
Property Value
Type: System.String
A String object that represents the message information of the event.
See Also
Reference
OpenBinaryFailedEventArgs Class