Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.