LightsCollection.Current Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the current Light object in the LightsCollection.

Definition

Visual Basic .NET Overrides Public ReadOnly Property Current As Object
C# public override object Current { get; }
Managed C++ public: __property virtual Object* get_Current();
JScript .NET public function get Current() : Object

Property Value

System.Object . Current Light object in the LightsCollection.

This property is read-only. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.