ManifestInfo.LogUris Property

Gets the list of logging Uri objects.

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

Syntax

'Declaration

Public ReadOnly Property LogUris As IList(Of Uri)
    Get
'Usage

Dim instance As ManifestInfo
Dim value As IList(Of Uri)

value = instance.LogUris
public IList<Uri> LogUris { get; }
public:
property IList<Uri^>^ LogUris {
    IList<Uri^>^ get ();
}
member LogUris : IList<Uri>
function get LogUris () : IList<Uri>

Property Value

Type: System.Collections.Generic.IList<Uri>
An IList of Uri objects.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

ManifestInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace