[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Searchable collection of CI VersionInfo properties from a SMS Policy

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
CIVersionInfoPropertyCollection : 
Collection<

CIVersionInfoProperty>
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
CIVersionInfoPropertyCollection _
	
Inherits 
Collection(
Of 

CIVersionInfoProperty)
[
SerializableAttribute]
public 
ref class 
CIVersionInfoPropertyCollection 
sealed : 
public 
Collection<

CIVersionInfoProperty^>

Members

                             
  All Members     Constructors      Properties      Methods      Explicit Interface Implementations   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
CIVersionInfoPropertyCollection () () () ()
IList . . :: . . Add(Object) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
Add(CIVersionInfoProperty)
Adds a property to the collection
Clear () () () () (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
ClearItems () () () () (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
Contains(T) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
IList . . :: . . Contains(Object) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
CopyTo( array< T > [] () [] [] , Int32) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
ICollection . . :: . . CopyTo(Array, Int32) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
Count (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Find(String)
Finds a property by its name
GetEnumerator () () () () (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
IEnumerable . . :: . . GetEnumerator () () () () (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IndexOf(T) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
IList . . :: . . IndexOf(Object) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
Insert(Int32, T) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
IList . . :: . . Insert(Int32, Object) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
InsertItem(Int32, T) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
IList . . :: . . IsFixedSize (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
ICollection < (Of < <' ( T > ) > > ) . . :: . . IsReadOnly (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
IList . . :: . . IsReadOnly (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
ICollection . . :: . . IsSynchronized (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
Item [ ( [ ( Int32 ] ) ] ) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
IList . . :: . . Item [ ( [ ( Int32 ] ) ] ) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
Items (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
MemberwiseClone () () () () (Inherited from Object.)
Remove(T) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
IList . . :: . . Remove(Object) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
RemoveAt(Int32) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
RemoveItem(Int32) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
SetItem(Int32, T) (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
ICollection . . :: . . SyncRoot (Inherited from Collection < (Of < ( <' CIVersionInfoProperty > ) > ) > .)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   System.Collections.ObjectModel . . :: . . Collection < (Of < ( <' CIVersionInfoProperty > ) > ) >
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . CIVersionInfoPropertyCollection

See Also