Intersoft ClientUI Documentation
Item Property
See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace > UXScheduleViewEventModel Class : Item Property






propertyName
Property name.
Gets the error for specified field.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal propertyName As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewEventModel
Dim propertyName As String
Dim value As String
 
value = instance.Item(propertyName)
C# 
public string this( 
   string propertyName
) {get;}
Delphi 
public  this: : String;( 
    propertyName: String
); read-only
JScript 
public  this( 
   propertyName : String
) get : String
Managed Extensions for C++ 
public: __property string* get_Item( 
   string* propertyName
);
C++/CLI 
public:
property String^ default [String^] {
   String^ get(String^ propertyName);
}

Parameters

propertyName
Property name.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.