Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
propertyName
Type: System.StringThe name of the property.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.CIVersionInfoProperty
See Also
CIVersionInfoPropertyCollection Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top