set(byval value as int32)
site.invoke("put", "serverstate", value)
end set
end property
public property frontpageweb() as int32
get
return ctype(site.properties("frontpageweb")(0), int32)
end get
set(byval value as int32)
site.invoke("put", "frontpageweb", value)
end set
end property
public property securebindings() as string
get
return ctype(site.properties("securebindings")(0), string)
end get