DataObjectChangedEventArgs.NewIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of all new identifier parts that represent the data object.
public:
property System::Collections::Generic::IList<System::Object ^> ^ NewIdentifier { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> NewIdentifier { get; }
member this.NewIdentifier : System.Collections.Generic.IList<obj>
Public ReadOnly Property NewIdentifier As IList(Of Object)
Property Value
A list of objects representing all new identifier parts that represent the data object.