GetSecuredPropertySites Method

Retrieve a collection of all the site names that have secured properties from the Administration database.

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
Function GetSecuredPropertySites ( _
    ByRef sConnStr As String _
) As _Recordset
'Usage
Dim instance As IGlobalConfig2
Dim sConnStr As String
Dim returnValue As _Recordset

returnValue = instance.GetSecuredPropertySites(sConnStr)
_Recordset GetSecuredPropertySites(
    ref string sConnStr
)
_Recordset^ GetSecuredPropertySites(
    String^% sConnStr
)
function GetSecuredPropertySites(
    sConnStr : String
) : _Recordset

Parameters

Return Value

Type: _Recordset
A Recordset object. Each Field object in the recordset includes the name of one of the sites that have secured properties.

Remarks

Implemented by GlobalConfig2FreeThreaded. GetSecuredPropertySites (GetSecuredPropertySites).

Permissions

See Also

Reference

IGlobalConfig2 Interface

IGlobalConfig2 Members

Microsoft.CommerceServer.Interop.Configuration Namespace