XmlFormHostItem.TypeInfrastructureManager Property (Microsoft.Office.InfoPath)
This property is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name:="FullTrust")> _
Public ReadOnly Property TypeInfrastructureManager As TypeInfrastructureManager
'Usage
Dim instance As XmlFormHostItem
Dim value As TypeInfrastructureManager
value = instance.TypeInfrastructureManager
[PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust")]
public TypeInfrastructureManager TypeInfrastructureManager { get; }
See Also
Reference
XmlFormHostItem Class
XmlFormHostItem Members
Microsoft.Office.InfoPath Namespace