StateValueCollectionEnumeratorCurrent Property |
Get the current state value.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.0.0-rc.0+0
Syntaxpublic Object Current { get; }
Public ReadOnly Property Current As Object
Get
public:
virtual property Object^ Current {
Object^ get () sealed;
}
Property Value
ObjectImplements
IEnumeratorCurrent
See Also