Share via


GetAllowedProfileDefinition Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This method returns a profile definition used in Expression lists.

Namespace:  Microsoft.CommerceServer.Marketing.WebService
Assembly:  Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAllowedProfileDefinition As String
'Usage
Dim instance As MarketingWebService
Dim returnValue As String

returnValue = instance.GetAllowedProfileDefinition()
[WebMethodAttribute]
public virtual string GetAllowedProfileDefinition()
[WebMethodAttribute]
public:
virtual String^ GetAllowedProfileDefinition()
public function GetAllowedProfileDefinition() : String

Return Value

Type: System..::.String
The UserObject Profile definition.

Remarks

Returns the profile definition that is allowed to be targeted in Expressions that are used in Expression Mailing Lists. This is generally the "UserObject" profile definition. It is specified as a marketing resource property. An instance of this profile schema stores information about both registered and anonymous users.

Permissions

See Also

Reference

MarketingWebService Class

MarketingWebService Members

Microsoft.CommerceServer.Marketing.WebService Namespace

Other Resources

UserObject Profile Schema [CS06]