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

Neo Persistable Class

neo-persistibleclasses

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

Sets the specified version app user.

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

Syntax


public static void Set(
	NeoVersionedAppUser vau,
	string app,
	int major,
	int minor,
	int build,
	byte[] userScriptHash
)
Public Shared Sub Set ( _
	vau As NeoVersionedAppUser, _
	app As String, _
	major As Integer, _
	minor As Integer, _
	build As Integer, _
	userScriptHash As Byte() _
)
public:
static void Set(
	NeoVersionedAppUser^ vau, 
	String^ app, 
	int^ major, 
	int^ minor, 
	int^ build, 
	array<unsigned char^>^ userScriptHash
)

Parameters

vau
Type: NeoPersistableClass..::..NeoVersionedAppUser
vau
app
Type: String
application
major
Type: Int32
major
minor
Type: Int32
minor
build
Type: Int32
build
userScriptHash
Type: array<Byte>[]()[][]
userScriptHash

Return Value

void