Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Retrieves XML representing all profile definitions that the caller is authorized to view.
Namespace: Microsoft.CommerceServer.Profiles.WebService
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAllProfileDefinitions As XmlElement
'Usage
Dim instance As ProfilesWebService
Dim returnValue As XmlElement
returnValue = instance.GetAllProfileDefinitions()
[WebMethodAttribute]
public virtual XmlElement GetAllProfileDefinitions()
[WebMethodAttribute]
public:
virtual XmlElement^ GetAllProfileDefinitions()
public function GetAllProfileDefinitions() : XmlElement
Return Value
Type: System.Xml..::.XmlElement
XML representing all profile definitions that the caller is authorized to view.
Remarks
This method will only return the profile definitions the user is authorized to view.
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.