Share via


WebMenuItemKey Class

Namespace:  Microsoft.Dynamics.AX.Framework.Workflow.Model.AxMetaDataServiceReference
Assembly:  Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "WebMenuItemKey", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts")> _
Public Class WebMenuItemKey _
    Implements IExtensibleDataObject, INotifyPropertyChanged
'Usage
Dim instance As WebMenuItemKey
[SerializableAttribute]
[DataContractAttribute(Name = "WebMenuItemKey", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts")]
public class WebMenuItemKey : IExtensibleDataObject, 
    INotifyPropertyChanged
[SerializableAttribute]
[DataContractAttribute(Name = L"WebMenuItemKey", Namespace = L"http://schemas.datacontract.org/2004/07/Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts")]
public ref class WebMenuItemKey : IExtensibleDataObject, 
    INotifyPropertyChanged

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.AX.Framework.Workflow.Model.AxMetaDataServiceReference.WebMenuItemKey

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.AX.Framework.Workflow.Model.AxMetaDataServiceReference Namespace