ContextUtil::PartitionId Property

 

Gets a GUID for the current partition.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
property Guid PartitionId {
	static Guid get();
}

Property Value

Type: System::Guid

The GUID for the current partition.

Exception Condition
COMException

There is no COM+ context available.

PlatformNotSupportedException

The platform is not Windows XP or later.

.NET Framework
Available since 1.1
Return to top
Show: