WebService.ClassFileItem Property

 

Gets the class file item that represents the Web service.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

ProjectItem ClassFileItem { get; }
property ProjectItem^ ClassFileItem {
    ProjectItem^ get();
}
abstract ClassFileItem : ProjectItem with get
ReadOnly Property ClassFileItem As ProjectItem

Property Value

Type: EnvDTE.ProjectItem

A ProjectItem object that corresponds to the class file.

See Also

WebService Interface
VsWebSite Namespace

Return to top