Share via


UserInitials Property [Visio 2003 SDK Documentation]

Determines the user initials associated with the Microsoft Office Visio file.

strRet = object.UserInitials

object.UserInitials = strVal

strRet    String. The current user initials.

object    Required. An expression that returns an ApplicationSettings object.

strVal    Required String. The new user initials.

Version added

2003

Remarks

Setting the UserInitials property is equivalent to setting the Initials option on the General tab of the Options dialog box (Tools menu).

Applies to | ApplicationSettings object

See Also | UserName property