CustomXmlPartCollectionItem Property |
Namespace:
SautinSoft.Document
Assembly:
SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntaxpublic CustomXmlPart this[
string id
] { get; }
Public ReadOnly Default Property Item (
id As String
) As CustomXmlPart
Get
Parameters
- id
- Type: SystemString
The ID of the CustomXmlPart.
Return Value
Type:
CustomXmlPartThe
CustomXmlPart with the specified ID or null.
See Also