PackageFormatException.ParseContext Property
NOTE: This API is now obsolete.
Represents the parse context.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property ParseContext As ParseContext
Get
'Usage
Dim instance As PackageFormatException
Dim value As ParseContext
value = instance.ParseContext
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public ParseContext ParseContext { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.ParseContext
See Also
Reference
PackageFormatException Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace