SerializationMessage.GetProperty Method

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

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Function GetProperty ( _
    propertyName As String _
) As Object
public Object GetProperty(
    string propertyName
)
public:
Object^ GetProperty(
    String^ propertyName
)
member GetProperty : 
        propertyName:string -> Object
public function GetProperty(
    propertyName : String
) : Object

Parameters

  • propertyName
    Type: String

    Name of the property to look up.

Return Value

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

.NET Framework Security

See Also

Reference

SerializationMessage Class

Microsoft.VisualStudio.Modeling Namespace