Options.SkyDriveSignInOption property

True to give users the option to sign in to SkyDrive and other cloud locations. Read/write Boolean (bool in C#).

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property SkyDriveSignInOption As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.SkyDriveSignInOption

instance.SkyDriveSignInOption = value
bool SkyDriveSignInOption { get; set; }

Property value

Type: System.Boolean

Remarks

The setting of SkyDriveSignInOption corresponds to that of the Show additional places for saving, even if sign-in may be required option on the Save tab of the Word Options dialog box. (Choose Options on the File tab.)

See also

Reference

Options interface

Options members

Microsoft.Office.Interop.Word namespace