.NET Framework Class Library
DataEntrHelper.UseGlobalCounterForAllPrefixes Property

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties >

.NET Framework Class Library
DataEntrHelper.UseGlobalCounterForAllPrefixes Property

Specifies whether a global counter should be used for all prefixes when generating new IDs. A non-zero value enables the use of a single global counter across different category prefixes.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Property UseGlobalCounterForAllPrefixes As Integer

 Get
 Set

C#

public int UseGlobalCounterForAllPrefixes { getset; }

Visual C++

public:

property int UseGlobalCounterForAllPrefixes {
 int get ();
 void set (int value);
}

JavaScript

function get_useGlobalCounterForAllPrefixes();

function set_useGlobalCounterForAllPrefixes(value);

See Also

DataEntrHelper Class

DataEntrHelper Members

MwPDMApi Namespace