Proprietà ChangeSet.ChangeSetEntries
Ottiene la raccolta di oggetti ChangeSetEntry rappresentati da ChangeSet.
Spazio dei nomi: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in system.servicemodel.domainservices.server.dll)
Utilizzo
'Utilizzo
Dim instance As ChangeSet
Dim value As ReadOnlyCollection(Of ChangeSetEntry)
value = instance.ChangeSetEntries
Sintassi
'Dichiarazione
Public ReadOnly Property ChangeSetEntries As ReadOnlyCollection(Of ChangeSetEntry)
public ReadOnlyCollection<ChangeSetEntry> ChangeSetEntries { get; }
public:
property ReadOnlyCollection<ChangeSetEntry^>^ ChangeSetEntries {
ReadOnlyCollection<ChangeSetEntry^>^ get ();
}
/** @property */
public ReadOnlyCollection<ChangeSetEntry> get_ChangeSetEntries ()
public function get ChangeSetEntries () : ReadOnlyCollection<ChangeSetEntry>
Valore proprietà
Raccolta di oggetti ChangeSetEntry rappresentati da ChangeSet.
Sicurezza dei thread
Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 e Windows 2000
Piattaforme di destinazione
Vedere anche
Riferimento
Classe ChangeSet
Membri ChangeSet
Spazio dei nomi System.ServiceModel.DomainServices.Server