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