Share via


TraceEntry.MethodName Property

Gets or sets the MethodName property.

Namespace:  Microsoft.Web.Media.Diagnostics
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Property MethodName As String
    Get
    Set
'Usage

Dim instance As TraceEntry
Dim value As String

value = instance.MethodName

instance.MethodName = value
public string MethodName { get; set; }
public:
property String^ MethodName {
    String^ get ();
    void set (String^ value);
}
member MethodName : string with get, set
function get MethodName () : String
function set MethodName (value : String)

Property Value

Type: System.String
A string value that specifies the method name of the method that invoked the trace.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

TraceEntry Class

Microsoft.Web.Media.Diagnostics Namespace