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
- 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.
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
- 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.
See Also
Reference
GlobalConfig2FreeThreaded Class