SetAppName Method (NeoVersionedAppUser, String)

Neo Persistable Class

neo-persistibleclasses

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

Sets the name of the application.

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

Syntax


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

Parameters

vau
Type: NeoPersistableClass..::..NeoVersionedAppUser
vau
value
Type: String
value

Return Value

void