Compartment.Shape Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Property Shape As CompartmentShape
'Usage
Dim instance As Compartment
Dim value As CompartmentShape
value = instance.Shape
instance.Shape = value
public CompartmentShape Shape { get; set; }
public:
property CompartmentShape^ Shape {
CompartmentShape^ get ();
void set (CompartmentShape^ value);
}
public function get Shape () : CompartmentShape
public function set Shape (value : CompartmentShape)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape
.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.