다음을 통해 공유


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
Public Function GetSecuredPropertySites ( _
    ByRef sConnStr As String _
) As _Recordset
'Usage
Dim instance As GlobalConfig2FreeThreaded
Dim sConnStr As String
Dim returnValue As _Recordset

returnValue = instance.GetSecuredPropertySites(sConnStr)
public _Recordset GetSecuredPropertySites(
    ref string sConnStr
)
public:
virtual _Recordset^ GetSecuredPropertySites(
    String^% sConnStr
) sealed
public final 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.

Implements

IGlobalConfig2..::.GetSecuredPropertySites(String%)

Remarks

Implements IGlobalConfig2.GetSecuredPropertySites (GetSecuredPropertySites).

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

Permissions

See Also

Reference

GlobalConfig2FreeThreaded Class

GlobalConfig2FreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace