ProtectionHeader.SystemID Property

Gets or sets the System.GUID that identifies the protection system.

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

Syntax

'Declaration

Public Property SystemID As Guid
    Get
    Friend Set
'Usage

Dim instance As ProtectionHeader
Dim value As Guid

value = instance.SystemID
public Guid SystemID { get; internal set; }
public:
property Guid SystemID {
    Guid get ();
    internal: void set (Guid value);
}
member SystemID : Guid with get, internal set
function get SystemID () : Guid
internal function set SystemID (value : Guid)

Property Value

Type: System.Guid
A System.GUID object.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

ProtectionHeader Class

Microsoft.Web.Media.SmoothStreaming Namespace