Property Reference U-V

U

UserName Property (Message Object)

Returns the username who generated the message, or who the message is associated with.

Syntax

object.UserName[ = String]

Parameters

None

Remarks

UserName is a writeable property of type String.

UserName Property (MessageFields Object)

Determines whether the UserName field should be returned in the MessageRecordset query.

Syntax

object.UserName[ = Boolean]

Parameters

None

UserName Property (Server Object)

Returns the name of the currently authenticated user for the server.

Syntax

object.UserName

Parameters

None

UsernameSet Property (MessageCriteria Object)

A flag to indicate whether this property has been set or not.

Syntax

object.UserNameSet[ = Boolean]

Parameters

None

V

Value Property (DataFields Object)

Determines whether the Value field should be returned in the DataRecordset query.

Syntax

object.Value[ = Boolean]

Parameters

None

Value Property (DataValue Object)

Returns or sets the value of the DataValue.

Syntax

object.Value[ = Variant]

Parameters

None

Value Property (Option Object)

The value parameter of this option expressed as a localized string.

Syntax

object.Value[ = Variant]

Parameters

None

Version Property (Server Object)

Returns the server or client version number.

Syntax

object.Version([API])

Parameters

NameData TypeDescription
APIBoolean

When True, the server version is returned. When False, the client version is returned. The default is False. '

When connecting to an Historian v1.0 server and passing True, Historian returns "Unknown" for the version number.

Remarks

Version is a read-only property of type String.