Scheduler for WinRT
Item(String) Property


Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overloads ReadOnly Property Item( _
   ByVal key As String _
) As MappingInfo
'Usage
 
Dim instance As AppointmentMappingCollection
Dim key As String
Dim value As MappingInfo
 
value = instance.Item(key)
[__DynamicallyInvokable()]
public MappingInfo Item( 
   string key
) {get;}

Parameters

key
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

AppointmentMappingCollection Class
AppointmentMappingCollection Members
Overload List

 

 


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