Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public void Update(
	string value
)
Visual Basic
Public Sub Update ( _
	value As String _
)
Visual C++
public:
void Update(
	String^ value
)

Parameters

value
Type: System..::..String

See Also