Share via


UserActionEventArgs.ActionData Property

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

Syntax

'Declaration
Public Property ActionData As Byte()
public byte[] ActionData { get; internal set; }
public:
property array<unsigned char>^ ActionData {
    array<unsigned char>^ get ();
    internal: void set (array<unsigned char>^ value);
}
member ActionData : 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

UserActionEventArgs Class

Microsoft.Phone.SecureElement Namespace