Intersoft ClientUI Documentation
Item Property (UXScheduleViewEditingFormViewModel)



Property name.
Gets the error for specified field.
Syntax
Public ReadOnly Default Property Item( _
   ByVal propertyName As String _
) As String
Dim instance As UXScheduleViewEditingFormViewModel
Dim propertyName As String
Dim value As String
 
value = instance.Item(propertyName)
public string this[ 
   string propertyName
]; {get;}
public:
property String^ default [String^] {
   String^ get(String^ propertyName);
}

Parameters

propertyName
Property name.
Requirements

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

See Also

Reference

UXScheduleViewEditingFormViewModel Class
UXScheduleViewEditingFormViewModel Members

Send Feedback