Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
All Statements
Property Get Statement
Property Let Statement
Property Set Statement
STATEMENT: Exit Property
Implemented in version 5.0
Exit Property
The
Exit Property
statement is used to immediately exit from a
Property Get
,
Property Let
, or a
Property Set
statement block.
It cannot be used in any other procedure.
Code:
<%
Property Get PieType Month
If Month = "October" Then
PieType = "pumpkin"
Exit Property
End If
PieType = "apple"
End Property
%>
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information