Click or drag to resize

ISubscriberBaseSetAttributes Method

Sets all attributes of the Subscriber.

Namespace:  PDTec.IceNet.Domain.Subscription.BusinessObjects
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
void SetAttributes(
	SubscriberAttributeSet pAttributes
)

Parameters

pAttributes
Type: PDTec.IceNet.Domain.Subscription.BusinessObjectsSubscriberAttributeSet
The Subscriber attribute set.
See Also