Scheduler for WinRT
MappingName Property


Gets or sets the System.String value determining the name of the data field or property to be bound to the object.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<C1DescriptionAttribute("Name of data field or property to be bound to this object.")>
Public Property MappingName As String
'Usage
 
Dim instance As MappingInfo
Dim value As String
 
instance.MappingName = value
 
value = instance.MappingName
[DefaultValue()]
[C1Description("Name of data field or property to be bound to this object.")]
public string MappingName {get; set;}
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.