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
- 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.
See Also
Reference
Microsoft.CommerceServer.Marketing.WebService Namespace