Gets or sets the type of the run designer of this
AnnAutomationObject.
public virtual Type RunDesignerType {get; set;}
get_RunDesignerType();
set_RunDesignerType(value);
public:
virtual property Type^ RunDesignerType {
Type^ get();
void set ( Type^ value);
}
'Declaration
Public Overridable Property RunDesignerType As Type
'Usage
Dim instance As AnnAutomationObject
Dim value As Type
instance.RunDesignerType = value
value = instance.RunDesignerType
Property Value
The
System.Type of the run designer of this
AnnAutomationObject.
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