InvalidServiceClassException.ExpectedClassId Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public ReadOnly Property ExpectedClassId As Guid
Get
'Usage
Dim instance As InvalidServiceClassException
Dim value As Guid
value = instance.ExpectedClassId
[ObsoleteAttribute]
public Guid ExpectedClassId { get; }
Property Value
Type: System.Guid
The expected service class ID.
Remarks
The InvalidServiceClassException class represents the exception that is thrown when a Service is instantiated with an invalid service class ID.
See Also
Reference
InvalidServiceClassException Class