Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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
- sConnStr
Type: System..::.String%
The database connection string.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.