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