CIVersionInfoPropertyCollection.Find Method (String)

 

Finds a property by its name.

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

Syntax

public CIVersionInfoProperty Find(
    string propertyName
)
public:
CIVersionInfoProperty^ Find(
    String^ propertyName
)
Public Function Find (
    propertyName As String
) As CIVersionInfoProperty

Parameters

Return Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.CIVersionInfoProperty

See Also

CIVersionInfoPropertyCollection Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top