UIPage.TargetedType Property
Gets the targeted type if the context is targeted to a type. This property can be null and can change at any time.
Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)
Usage
'Usage
Dim value As ManagementPackClass
value = Me.TargetedType
Me.TargetedType = value
Syntax
'Declaration
Protected Property TargetedType As ManagementPackClass
protected ManagementPackClass TargetedType { get; set; }
protected:
property ManagementPackClass^ TargetedType {
ManagementPackClass^ get ();
void set (ManagementPackClass^ value);
}
/** @property */
protected ManagementPackClass get_TargetedType ()
/** @property */
protected void set_TargetedType (ManagementPackClass value)
protected function get TargetedType () : ManagementPackClass
protected function set TargetedType (value : ManagementPackClass)
Property Value
Returns a ManagementPackClass object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
UIPage Class
UIPage Members
Microsoft.EnterpriseManagement.UI Namespace