Options.UseLocalUserInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean; True if Microsoft Word identifies the document author based upon the User name and Initials settings on the General tab of the Options dialog box, and False if Word identifies the author based on the account information with which the user signed in to Office. Read/write.
public:
property bool UseLocalUserInfo { bool get(); void set(bool value); };
public bool UseLocalUserInfo { get; set; }
member this.UseLocalUserInfo : bool with get, set
Public Property UseLocalUserInfo As Boolean
Property Value
Remarks
Corresponds to the setting of the Always use these values regardless of sign in to Office check box on the General tab of the Word Options dialog box.