Intersoft ClientUI Documentation
UID Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > WindowOptions Class : UID Property






Specifies the unique identifier of this control.

Syntax

Visual Basic (Declaration) 
Public Property UID As Guid
Visual Basic (Usage)Copy Code
Dim instance As WindowOptions
Dim value As Guid
 
instance.UID = value
 
value = instance.UID
C# 
public Guid UID {get; set;}
Delphi 
public read-write property UID: Guid; 
JScript 
public function get,set UID : Guid
Managed Extensions for C++ 
public: __property Guid get_UID();
public: __property void set_UID( 
   Guid value
);
C++/CLI 
public:
property Guid UID {
   Guid get();
   void set (    Guid 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.