Partager via


ManagementPackBehaviorImplementationUnitProperty.Direction Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets a direction value in the attribute value type template.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackBehaviorImplementationUnitProperty
Dim value As ManagementPackDirectionEnum

value = instance.Direction

instance.Direction = value

Syntax

'Declaration
Public Property Direction As ManagementPackDirectionEnum
public ManagementPackDirectionEnum Direction { get; set; }
public:
property ManagementPackDirectionEnum Direction {
    ManagementPackDirectionEnum get ();
    void set (ManagementPackDirectionEnum value);
}
/** @property */
public ManagementPackDirectionEnum get_Direction ()

/** @property */
public void set_Direction (ManagementPackDirectionEnum value)
public function get Direction () : ManagementPackDirectionEnum

public function set Direction (value : ManagementPackDirectionEnum)

Property Value

The direction 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

ManagementPackBehaviorImplementationUnitProperty Class
ManagementPackBehaviorImplementationUnitProperty Members
Microsoft.EnterpriseManagement.Configuration Namespace