File: System\EnterpriseServices\PartitionOption.cs
Project: System.EnterpriseServices.dll (System.EnterpriseServices)
#region Assembly System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.EnterpriseServices.dll
#endregion
 
using System.Runtime.InteropServices;
 
namespace System.EnterpriseServices
{
    [ComVisible(false)]
    public enum PartitionOption
    {
        Ignore = 0,
        Inherit = 1,
        New = 2
    }
}