SerializationMessage.GetProperty Method
Gets the value of a property, keyed by the given name.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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: System.StringName of the property to look up.
Return Value
Type: System.Object
The value of the property, or null if not found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.