In This Topic
Gets a value which represents the unique id for the control.
Syntax
'Declaration
Public Overrides ReadOnly Property UniqueId As System.String
'Usage
Dim instance As Control
Dim value As System.String
value = instance.UniqueId
public override System.string UniqueId {get;}
public read-only property UniqueId: System.String; override;
public override function get UniqueId : System.String
public: __property System.string* get_UniqueId() override;
public:
property System.String^ UniqueId {
System.String^ get() override;
}
See Also