Share via


DslLibraryImport.DslLibrary Property

Gets or sets DslLibrary. Description for Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasDslLibraryImports.DslLibraryImport

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 Overridable Property DslLibrary As DslLibrary
public virtual DslLibrary DslLibrary { get; set; }
public:
virtual property DslLibrary^ DslLibrary {
    DslLibrary^ get ();
    void set (DslLibrary^ value);
}
abstract DslLibrary : DslLibrary with get, set
override DslLibrary : DslLibrary with get, set
function get DslLibrary () : DslLibrary
function set DslLibrary (value : DslLibrary)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary

.NET Framework Security

See Also

Reference

DslLibraryImport Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace