SetAppName Method (NeoStorageKey, Byte[])

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..SetAppName Method (NeoStorageKey, array<Byte>[]()[][])

Sets the name of the application.

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

Syntax


public static void SetAppName(
	NeoStorageKey nsk,
	byte[] value
)
Public Shared Sub SetAppName ( _
	nsk As NeoStorageKey, _
	value As Byte() _
)
public:
static void SetAppName(
	NeoStorageKey^ nsk, 
	array<unsigned char^>^ value
)

Parameters

nsk
Type: NeoPersistableClass..::..NeoStorageKey
NSK
value
Type: array<Byte>[]()[][]
value

Return Value

void