[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Specifies how an ISecuredData credential is to be distributed to health services. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ApprovedHealthServicesResults

Syntax

Visual Basic
Public Enumeration ApprovedHealthServicesResults
C#
public enum ApprovedHealthServicesResults
C++
public enum class ApprovedHealthServicesResults
J#
public enum ApprovedHealthServicesResults
JScript
public enum ApprovedHealthServicesResults

Members

Member name Description
All Specifies that the credential is to be distributed to all health services.
None Specifies that the credential is to be distributed to none of the health services in the system.
Specified Specifies that the credential is to be distributed to a specified list of health services.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also