ManagedObjectWrapper.Client 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 Client As Boolean
Get
'Usage
Dim instance As ManagedObjectWrapper
Dim value As Boolean
value = instance.Client
public bool Client { get; }
Property Value
Type: System.Boolean