ManagedObjectWrapper.InnerHostItem Property
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Reserved for internal use.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public ReadOnly Property InnerHostItem As Object
Get
'Usage
Dim instance As ManagedObjectWrapper
Dim value As Object
value = instance.InnerHostItem
public Object InnerHostItem { get; }
Property Value
Type: System.Object