Udostępnij za pośrednictwem


RequestActionEventArgs.DataObject Property

Get or set the Action data. Data and DataObject properties share the same backing store.

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

Usage

'Usage
Dim instance As RequestActionEventArgs
Dim value As Object

value = instance.DataObject

instance.DataObject = value

Syntax

'Declaration
Public Property DataObject As Object
public Object DataObject { get; set; }
public:
property Object^ DataObject {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Object get_DataObject ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_DataObject (Object value)
DebuggerStepThroughAttribute 
public function get DataObject () : Object

DebuggerStepThroughAttribute 
public function set DataObject (value : Object)

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

RequestActionEventArgs Class
RequestActionEventArgs Members
Microsoft.Uii.Csr Namespace

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