This topic has not yet been rated - Rate this topic

IdentityTag.Value Property

Surface 1.0 SP1
Gets the value of an identity tag.

Namespace: Microsoft.Surface.Core
Assembly: Microsoft.Surface.Core (in microsoft.surface.core.dll)
'Usage
Dim instance As IdentityTag
Dim value As Long

value = instance.Value

public long Value { get; }
/** @property */
public long get_Value ()

public function get Value () : long

Property Value

Returns an Int64 value representing the value portion of an identity tag.

An IdentityTag represents a 128-bit composite identifier defined by the Series and Value properties.

The Series property is used to indicate how the Value property is be used, or what the Value property means. For example, the Value property might contain a customer ID from your database, and the Series property might contain a value that indicates that this customer is eligible for a special promotional offer.

The Series property must be globally unique. Instead of selecting an arbitrary value for the Series property, you should use the Identity Tag Printing Tool.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Microsoft Surface 1.0 SP1, Windows Vista Ultimate, Windows Vista Enterprise, Windows Vista Business

Target Platforms

Microsoft Surface 1.0 SP1
Did you find this helpful?
(1500 characters remaining)