Share via


CompartmentMap.Compartment Property

Gets or sets Compartment. Compartment referenced by the compartment map.

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

Syntax

'Declaration
Public Property Compartment As Compartment
public Compartment Compartment { get; set; }
public:
property Compartment^ Compartment {
    Compartment^ get ();
    void set (Compartment^ value);
}
member Compartment : Compartment with get, set
function get Compartment () : Compartment
function set Compartment (value : Compartment)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Compartment

.NET Framework Security

See Also

Reference

CompartmentMap Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace