ManagementPackBehaviorImplementation.Unit Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the unit value in the field class empty constructor template.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackBehaviorImplementation
Dim value As ManagementPackBehaviorImplementationUnit
value = instance.Unit
instance.Unit = value
Syntax
'Declaration
Public Property Unit As ManagementPackBehaviorImplementationUnit
public ManagementPackBehaviorImplementationUnit Unit { get; set; }
public:
property ManagementPackBehaviorImplementationUnit^ Unit {
ManagementPackBehaviorImplementationUnit^ get ();
void set (ManagementPackBehaviorImplementationUnit^ value);
}
/** @property */
public ManagementPackBehaviorImplementationUnit get_Unit ()
/** @property */
public void set_Unit (ManagementPackBehaviorImplementationUnit value)
public function get Unit () : ManagementPackBehaviorImplementationUnit
public function set Unit (value : ManagementPackBehaviorImplementationUnit)
Property Value
The unit value.
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackBehaviorImplementation Class
ManagementPackBehaviorImplementation Members
Microsoft.EnterpriseManagement.Configuration Namespace