Set Method (NeoStorageKey, NeoVersionedAppUser, Byte[], String, Int32, String)

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..Set Method (NeoStorageKey, NeoVersionedAppUser, array<Byte>[]()[][], String, Int32, String)

Sets the specified NEO Storage Key field values.

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

Syntax


public static void Set(
	NeoStorageKey nsk,
	NeoVersionedAppUser vau,
	byte[] userScriptHash,
	string className,
	int index,
	string fieldName
)
Public Shared Sub Set ( _
	nsk As NeoStorageKey, _
	vau As NeoVersionedAppUser, _
	userScriptHash As Byte(), _
	className As String, _
	index As Integer, _
	fieldName As String _
)
public:
static void Set(
	NeoStorageKey^ nsk, 
	NeoVersionedAppUser^ vau, 
	array<unsigned char^>^ userScriptHash, 
	String^ className, 
	int^ index, 
	String^ fieldName
)

Parameters

nsk
Type: NeoPersistableClass..::..NeoStorageKey
NSK
vau
Type: NeoPersistableClass..::..NeoVersionedAppUser
vau
userScriptHash
Type: array<Byte>[]()[][]
userScriptHash
className
Type: String
class name
index
Type: Int32
index
fieldName
Type: String
field name

Return Value

void