ObjectBrowserID Property
See Also 
SourceCode.EventBus.Management Namespace > CustomEvent Class : ObjectBrowserID Property



Glossary Item Box

Gets or sets the object browser identifier.

Syntax

Visual Basic (Declaration) 
Public Property ObjectBrowserID As String
Visual Basic (Usage)Copy Code
Dim instance As CustomEvent
Dim value As String
 
instance.ObjectBrowserID = value
 
value = instance.ObjectBrowserID
C# 
public string ObjectBrowserID {get; set;}
C++/CLI 
public:
property String^ ObjectBrowserID {
   String^ get();
   void set (    String^ value);
}

Property Value

The object browser identifier.

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