Share via


ProtoPropertyValue.PropertyValue Property

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

Syntax

'Declaration
Public ReadOnly Property PropertyValue As Object
'Usage
Dim instance As ProtoPropertyValue 
Dim value As Object 

value = instance.PropertyValue
public Object PropertyValue { get; }
public:
property Object^ PropertyValue {
    Object^ get ();
}
public function get PropertyValue () : Object

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

ProtoPropertyValue Class

ProtoPropertyValue Members

Microsoft.VisualStudio.Modeling Namespace