AccEventArgs.AccChildId Property
Gets the accessibily child ID.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As AccEventArgs
Dim value As Integer
value = instance.AccChildId
Syntax
'Declaration
Public ReadOnly Property AccChildId As Integer
public int AccChildId { get; }
public:
property int AccChildId {
int get ();
}
/** @property */
public int get_AccChildId ()
public function get AccChildId () : 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
AccEventArgs Class
AccEventArgs Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.