DynamicMetaObject.LimitType Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the limit type of the DynamicMetaObject.
Namespace: System.Dynamic
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public ReadOnly Property LimitType As Type
public Type LimitType { get; }
Property Value
Type: System.Type
RuntimeType if runtime value is available, a type of the Expression otherwise.
Remarks
Represents the most specific type known about the object represented by the DynamicMetaObject.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.