In This Article

ICodeSnippetAssemblyReference Interface

Provides the base requirements for an assembly reference within a code snippet.

public interface ICodeSnippetAssemblyReference

Properties

Assembly

Gets the name of the assembly to reference.

string Assembly { get; }

Property Value

string:

The name of the assembly to reference.

Url

Gets the URL that provides more information about the referenced assembly.

string Url { get; }

Property Value

string:

The URL that provides more information about the referenced assembly.