SeekCompletedEventArgs.Success Property

Gets or sets the Success property to indicate that the seek operation is successful.

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

Syntax

'Declaration

Public Property Success As Boolean
    Get
    Set
'Usage

Dim instance As SeekCompletedEventArgs
Dim value As Boolean

value = instance.Success

instance.Success = value
public bool Success { get; set; }
public:
property bool Success {
    bool get ();
    void set (bool value);
}
member Success : bool with get, set
function get Success () : boolean
function set Success (value : boolean)

Property Value

Type: System.Boolean
A Boolean value, true if the seek operation is successful, otherwise false.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SeekCompletedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace