一个关于IIS的类[11]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 acewang 的 blog

            site.invoke("put", "serversize", value)

        end set

    end property 

    public readonly property children() as directoryentries

        get

            return site.children

        end get

    end property

    public readonly property name() as string

        get

            return site.name

        end get

    end property 

    public sub commitchanges()

        site.commitchanges()

    end sub

    public sub setinfo()

        site.invoke("setinfo")

本文关键:IIS vb.net
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top