Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of all new identifier parts that represent the data object.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property NewIdentifier As IList(Of Object)
public IList<Object> NewIdentifier { get; }
public:
property IList<Object^>^ NewIdentifier {
IList<Object^>^ get ();
}
member NewIdentifier : IList<Object> with get
function get NewIdentifier () : IList<Object>
Property Value
Type: System.Collections.Generic.IList<Object>
A list of objects representing all new identifier parts that represent the data object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.