Share via


DataObjectChangedEventArgs.Identifier Property

Retrieves the identifier of the data object involved in the change.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Identifier As IList
    Get
public IList Identifier { get; }
public:
property IList^ Identifier {
    IList^ get ();
}
member Identifier : IList
function get Identifier () : IList

Property Value

Type: System.Collections.IList
Returns the identifier for the data object instance involved in the change.

.NET Framework Security

See Also

Reference

DataObjectChangedEventArgs Class

Microsoft.VisualStudio.Data Namespace

NewIdentifier