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 the number of users in this StaticList.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property NumberOfUsers As Integer
'Usage
Dim instance As StaticList
Dim value As Integer
value = instance.NumberOfUsers
public int NumberOfUsers { get; }
public:
property int NumberOfUsers {
int get ();
}
public function get NumberOfUsers () : int
Property Value
Type: System..::.Int32
The number of users in the StaticList.
Remarks
The number of entries in this mailing list.
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.