'Declaration
Protected Overrides Function ReadNonValueAttribute( _ ByVal context As ISystemContext, _ ByVal attributeId As UInteger, _ ByRef value As Object _ ) As ServiceResult
'Usage
Dim instance As BaseObjectState Dim context As ISystemContext Dim attributeId As UInteger Dim value As Object Dim value As ServiceResult value = instance.ReadNonValueAttribute(context, attributeId, value)
protected override ServiceResult ReadNonValueAttribute( ISystemContext context, uint attributeId, ref object value )
protected: ServiceResult^ ReadNonValueAttribute( ISystemContext^ context, uint attributeId, Object^% value ) override
Parameters
- context
- The context.
- attributeId
- The attribute identifier Attributes.
- value
- The returned value.
Return Value
An instance of the ServiceResult containing the status code and diagnostic info for the operation. ServiceResult.Good if successful. Detailed error information otherwise.