C1.LiveLinq.LiveViews Namespace > ViewRow Class > Item Property : Item(String) Property |
'Declaration
Public Overloads Property Item( _ ByVal propertyName As System.String _ ) As System.Object
public System.object Item( System.string propertyName ) {get; set;}
Setting a view property is an update operation on the view. As any other update operation performed directly on the view (as opposed to on the base data collection on which that view depends, see C1.LiveLinq.LiveViewExtensions.AsUpdatable<T>), it is allowed only if the view is not read-only (see View.IsReadOnly), and it results in updating one of the view's base data collections.
Only updatable properties can be set. An attempt to set a read-only property results in an exception. See View.IsReadOnly for more details.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2