GetProfileDefinition Method
Retrieves XML representing a specific profile definition.
Namespace: Microsoft.CommerceServer.Profiles.WebService
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetProfileDefinition ( _
profileType As String _
) As XmlElement
'Usage
Dim instance As ProfilesWebService
Dim profileType As String
Dim returnValue As XmlElement
returnValue = instance.GetProfileDefinition(profileType)
[WebMethodAttribute]
public virtual XmlElement GetProfileDefinition(
string profileType
)
[WebMethodAttribute]
public:
virtual XmlElement^ GetProfileDefinition(
String^ profileType
)
public function GetProfileDefinition(
profileType : String
) : XmlElement
Parameters
- profileType
Type: System..::.String
The type of profile to delete (that is,. UserObject, Address).
Return Value
Type: System.Xml..::.XmlElement
XML representing the specified profile definition.
Remarks
Retrieves XML representing the retrieved profile schema.
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.