DeclareStatementSyntax.LibraryName Property

Definition

The string literal with the library name.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::LiteralExpressionSyntax ^ LibraryName { Microsoft::CodeAnalysis::VisualBasic::Syntax::LiteralExpressionSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.LiteralExpressionSyntax LibraryName { get; }
member this.LibraryName : Microsoft.CodeAnalysis.VisualBasic.Syntax.LiteralExpressionSyntax
Public ReadOnly Property LibraryName As LiteralExpressionSyntax

Property Value

Applies to