Intersoft ClientUI Documentation
Key Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > FileUploadCustomData Class : Key Property






Gets or sets the key of the custom data.

Syntax

Visual Basic (Declaration) 
<ScriptableMemberAttribute()>
Public Property Key As String
Visual Basic (Usage)Copy Code
Dim instance As FileUploadCustomData
Dim value As String
 
instance.Key = value
 
value = instance.Key
C# 
[ScriptableMemberAttribute()]
public string Key {get; set;}
Delphi 
public read-write property Key: String; 
JScript 
ScriptableMemberAttribute()
public function get,set Key : String
Managed Extensions for C++ 
[ScriptableMemberAttribute()]
public: __property string* get_Key();
public: __property void set_Key( 
   string* value
);
C++/CLI 
[ScriptableMemberAttribute()]
public:
property String^ Key {
   String^ get();
   void set (    String^ value);
}

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.