CustomMenuKeyMapping.MappedKey property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Property MappedKey As CustomMenuKey
Get
Set
'Usage
Dim instance As CustomMenuKeyMapping
Dim value As CustomMenuKey
value = instance.MappedKey
instance.MappedKey = value
public CustomMenuKey MappedKey { get; set; }
Property value
Type: CustomMenuKey