SetAppName Method (NeoStorageKey, String)

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..SetAppName Method (NeoStorageKey, String)

Sets the name of the application.

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

Syntax


public static void SetAppName(
	NeoStorageKey nsk,
	string value
)
Public Shared Sub SetAppName ( _
	nsk As NeoStorageKey, _
	value As String _
)
public:
static void SetAppName(
	NeoStorageKey^ nsk, 
	String^ value
)

Parameters

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

Return Value

void