GetProfileDefXML Method
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Function GetProfileDefXML ( _
bstrProfileName As String, _
bNamesOnly As Boolean _
) As String
'Usage
Dim instance As IProfileService
Dim bstrProfileName As String
Dim bNamesOnly As Boolean
Dim returnValue As String
returnValue = instance.GetProfileDefXML(bstrProfileName, _
bNamesOnly)
string GetProfileDefXML(
string bstrProfileName,
bool bNamesOnly
)
String^ GetProfileDefXML(
[InAttribute] String^ bstrProfileName,
[InAttribute] bool bNamesOnly
)
function GetProfileDefXML(
bstrProfileName : String,
bNamesOnly : boolean
) : String
Parameters
- bstrProfileName
Type: System..::.String
- bNamesOnly
Type: System..::.Boolean
Return Value
Type: System..::.String
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.