SerializationMessage.GetProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.