MediaLogMessageEventArgsAspectName Property |
Gets the aspect or feature that sent the logged message.
May or may not be available.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string AspectName { get; }
Public ReadOnly Property AspectName As String
Get
Dim instance As MediaLogMessageEventArgs
Dim value As String
value = instance.AspectName
member AspectName : string with get
/** @property */
public String get_AspectName()
function get AspectName () : String
function get_AspectName();
Property Value
Type:
String
See Also