Share via


WebService.FileCodeModel Property

Definition

Gets the FileCodeModel object for the .asmx file.

public:
 property EnvDTE::FileCodeModel ^ FileCodeModel { EnvDTE::FileCodeModel ^ get(); };
[System.Runtime.InteropServices.DispId(6)]
public EnvDTE.FileCodeModel FileCodeModel { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.FileCodeModel : EnvDTE.FileCodeModel
Public ReadOnly Property FileCodeModel As FileCodeModel

Property Value

An FileCodeModel object that provides information about the code model for the .asmx file in the Web site project.

Attributes

Applies to