SetFieldName Method

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..SetFieldName Method

Sets the class field name of the NEO Storage Key.

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

Syntax


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

Parameters

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

Return Value

void