Profile.ConnectionState Property
Project Developer Reference |
Returns the connection state of Microsoft Office Project 2007, which allows you to determine whether the online mode is for a local profile or for Microsoft Office Project Server 2007. Can be one of the following PjProfileConnectionState constants: pjProfileOffline or pjProfileOnline. .
Syntax
expression.ConnectionState
expression A variable that represents a Profile object.
Remarks
You can use this property in conjunction with the Type property to determine whether the online mode is for a local profile or for Office Project Server 2007. This property is available only in Office Project 2007.
See Also