IProfileService_GetProfileDefXML Method

Namespace:  Microsoft.CommerceServer.Interop.Profiles
Assembly:  Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)

Syntax

'Declaration
Public Overridable Function IProfileService_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.IProfileService_GetProfileDefXML(bstrProfileName, _
    bNamesOnly)
public virtual string IProfileService_GetProfileDefXML(
    string bstrProfileName,
    bool bNamesOnly
)
public:
virtual String^ IProfileService_GetProfileDefXML(
    [InAttribute] String^ bstrProfileName, 
    [InAttribute] bool bNamesOnly
)
public function IProfileService_GetProfileDefXML(
    bstrProfileName : String, 
    bNamesOnly : boolean
) : String

Parameters

Return Value

Type: System..::.String

Implements

IProfileService..::.GetProfileDefXML(String, Boolean)

Permissions

See Also

Reference

ProfileServiceClass Class

ProfileServiceClass Members

Microsoft.CommerceServer.Interop.Profiles Namespace