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 value indicating if this is a multivalued property.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property IsMultivalued As Boolean
'Usage
Dim instance As ProfileProperty
Dim value As Boolean
value = instance.IsMultivalued
public bool IsMultivalued { get; }
public:
property bool IsMultivalued {
bool get ();
}
public function get IsMultivalued () : boolean
Property Value
Type: System..::.Boolean
true if this is a multivalued property; otherwise false.
Remarks
Returns a value indicating if this is a multivalued property. If the IsMultivalued property is true, multiple values are allows. If IsMultivalued is false, the defined property can have only a single value.
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.