ExportViewDeleteRequest.Identifier Property

 

Gets or sets the internal identifier for the export view to delete.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public Identifier Identifier { get; set; }
public:
[MessageBodyMemberAttribute]
property Identifier^ Identifier {
    Identifier^ get();
    void set(Identifier^ value);
}
[<MessageBodyMemberAttribute>]
member Identifier : Identifier with get, set
<MessageBodyMemberAttribute>
Public Property Identifier As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

Identifier.

See Also

ExportViewDeleteRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top