Share via


ElementListCompartmentMapping.PropertyElementGetter Property

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

Syntax

'Declaration
Public Property PropertyElementGetter As PropertyElementGetter
'Usage
Dim instance As ElementListCompartmentMapping 
Dim value As PropertyElementGetter 

value = instance.PropertyElementGetter

instance.PropertyElementGetter = value
public PropertyElementGetter PropertyElementGetter { get; set; }
public:
property PropertyElementGetter^ PropertyElementGetter {
    PropertyElementGetter^ get ();
    void set (PropertyElementGetter^ value);
}
public function get PropertyElementGetter () : PropertyElementGetter 
public function set PropertyElementGetter (value : PropertyElementGetter)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PropertyElementGetter

.NET Framework Security

See Also

Reference

ElementListCompartmentMapping Class

ElementListCompartmentMapping Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace