MediaLogMessageEventArgsMessage Property |
Gets the contents of the message.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Message { get; }
Public ReadOnly Property Message As String
Get
Dim instance As MediaLogMessageEventArgs
Dim value As String
value = instance.Message
member Message : string with get
/** @property */
public String get_Message()
function get Message () : String
Property Value
Type:
String
See Also