SelectionStylePropName

This property specifies the name of a directory property used to store a user's channel selection style.

Type

String (VT_BSTR)

Default

None

Remarks

The Membership directory service user property referred to by Project.SelectionListStyleName should have one of two valid values:

"0" = only include channels from project that are listed.
"1" = include all channels from project except those listed.

The same restrictions for SelectionListPropName apply to this property.

Example

Set Project = CreateObject("Push.Project")
Project.SelectionStylePropName = "IncludeExcludeFlag"

See Also

SelectionListPropName

Class CDFGenerator

Class CDFGenHelper


© 1997-1998 Microsoft Corporation. All rights reserved.