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.
Gets a profile definition that can be used in Expression lists.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property AllowedProfileDefinition As String
'Usage
Dim instance As MailingListManager
Dim value As String
value = instance.AllowedProfileDefinition
public string AllowedProfileDefinition { get; }
public:
property String^ AllowedProfileDefinition {
String^ get ();
}
public function get AllowedProfileDefinition () : String
Property Value
Type: System..::.String
A profile definition that can be used in Expression lists.
Remarks
Returns a profile definition to be used in the MailingList.
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.