Share via


Action.ActionID Property

Gets or sets the action ID.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As Action
Dim value As Integer

value = instance.ActionID

instance.ActionID = value

Syntax

'Declaration
Public Property ActionID As Integer
public int ActionID { get; set; }
public:
property int ActionID {
    int get ();
    void set (int value);
}
/** @property */
public int get_ActionID ()

/** @property */
public void set_ActionID (int value)
public function get ActionID () : int

public function set ActionID (value : int)

Property Value

Type: Int32

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

Action Class
Action Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.