ExportView.Identifier Property

 

Gets or sets the identifier of the view (optional).

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

The identifier of the view.

See Also

ExportView Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top