Scheduler for WinRT
DataType Property


Gets the System.Type value determining the type of the data field or property which can be bound to this object.
Syntax
'Declaration
 
<C1DescriptionAttribute("Type of data field or property which can be bound to this object.")>
Public ReadOnly Property DataType As Type
'Usage
 
Dim instance As MappingInfo
Dim value As Type
 
value = instance.DataType
[C1Description("Type of data field or property which can be bound to this object.")]
public Type DataType {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MappingInfo Class
MappingInfo Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.