IncomingMobileNetworkMessageTask.Header Property

Namespace:  Microsoft.Phone.NetworkOperators
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property Header As Byte()
public byte[] Header { get; internal set; }
public:
property array<unsigned char>^ Header {
    array<unsigned char>^ get ();
    internal: void set (array<unsigned char>^ value);
}
member Header : byte[] with get, internal set

Property Value

Type: array<System.Byte[]

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

IncomingMobileNetworkMessageTask Class

Microsoft.Phone.NetworkOperators Namespace