ProfileProperty.IsMultivalued Property (BCL)

The IsMultivalued property indicates if this is a multivalued property.

Definition

[Visual Basic .NET]

Public ReadOnly Property IsMultivalued As System.Boolean

[C#]

public System.Boolean IsMultivalued{get;} 

Property Value

A System.Boolean indicating if this is a multivalued property.

Remarks

Returns True, if this is a multivalued property; False otherwise.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.