SerializationMessage.GetProperty(String) Method

Definition

Gets the value of a property, keyed by the given name.

public:
 System::Object ^ GetProperty(System::String ^ propertyName);
public object GetProperty (string propertyName);
member this.GetProperty : string -> obj
Public Function GetProperty (propertyName As String) As Object

Parameters

propertyName
String

Name of the property to look up.

Returns

The value of the property, or null if not found.

Applies to