一个关于IIS的类[12]

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

本文简介:选择自 acewang 的 blog

    end sub 

    public sub close()

        site.close()

    end sub 

end class

public class logextfileflags

    public sub new(byval objdirectoryentry as directoryentry)

        site = objdirectoryentry

    end sub 

    private site as directoryentry

    public property logextfileflags() as int32

        get

            return ctype(site.properties("logextfileflags")(0), int32)

        end get

        set(byval value as int32)

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

        end set

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

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

go top