.NET Framework Class Library
DataEntrHelper.UseGlobalCounterForAllPrefixes Property
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties > .NET Framework Class Library |
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 |
C# |
|---|
public int UseGlobalCounterForAllPrefixes { get; set; } |
Visual C++ |
|---|
public: property int UseGlobalCounterForAllPrefixes { |
JavaScript |
|---|
function get_useGlobalCounterForAllPrefixes(); function set_useGlobalCounterForAllPrefixes(value); |
See Also