WebService.ClassFileItem Property

Gets the class file item that represents the Web service.

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

Syntax

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

Property Value

Type: EnvDTE.ProjectItem
A ProjectItem object that corresponds to the class file.

.NET Framework Security

See Also

Reference

WebService Interface

VsWebSite Namespace