Options.UseLocalUserInfo Property

Definition

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.

Applies to