SetMajor Method

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..SetMajor Method

Sets the major version number of an application.

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static void SetMajor(
	NeoStorageKey nsk,
	int value
)
Public Shared Sub SetMajor ( _
	nsk As NeoStorageKey, _
	value As Integer _
)
public:
static void SetMajor(
	NeoStorageKey^ nsk, 
	int^ value
)

Parameters

nsk
Type: NeoPersistableClass..::..NeoStorageKey
NSK
value
Type: Int32
value

Return Value

void