Enumeration used to signify the networking access

Namespace:  GrannetDotNet.Web.UI.WebControls
Assembly:  GrannetDotNet.Web.UI.WebControls (in GrannetDotNet.Web.UI.WebControls.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration SwfAllowNetworking
C#
public enum SwfAllowNetworking
Visual C++
public enum class SwfAllowNetworking
JavaScript
GrannetDotNet.Web.UI.WebControls.SwfAllowNetworking = function();
GrannetDotNet.Web.UI.WebControls.SwfAllowNetworking.createEnum('GrannetDotNet.Web.UI.WebControls.SwfAllowNetworking', false);

Members

Member nameDescription
All
All networking is allowed
Internal
Only internal networking allowed
None
No networking is allowed

See Also