Version

GetSharedObject Method

Returns the SharedObjectSettings with the specified name and optionally creates one if it doesn't exist in the collection.
Syntax
'Declaration
 
Public Function GetSharedObject( _
   ByVal name As String, _
   ByVal createIfNull As Boolean _
) As SharedObjectSettings
public SharedObjectSettings GetSharedObject( 
   string name,
   bool createIfNull
)

Parameters

name
Name of the shared object
createIfNull
A boolean indicating whether the shared object should be created if it doesn't exist.

Return Value

A SharedObjectSettings instance that represents the specified name; otherwise null (Nothing in VB).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also