IDocumentInfoItem Property |
Get value for a property provided as a key
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.6.0.0 (22.6)
Syntaxstring this[
string propertyName
] { get; }
ReadOnly Default Property Item (
propertyName As String
) As String
Get
property String^ default[String^ propertyName] {
String^ get (String^ propertyName);
}
abstract Item : string with get
Parameters
- propertyName
- Type: SystemString
property name
Return Value
Type:
String
See Also