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