OpenXmlPackageValidationEventArgs.PartClassName Property
NOTE: This API is now obsolete.
Gets the class name of the part in issue.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ObsoleteAttribute("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.", _
False)> _
Public Property PartClassName As String
Get
Friend Set
'Usage
Dim instance As OpenXmlPackageValidationEventArgs
Dim value As String
value = instance.PartClassName
[ObsoleteAttribute("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.",
false)]
public string PartClassName { get; internal set; }
Property Value
Type: System.String
See Also
Reference
OpenXmlPackageValidationEventArgs Class