Dynamicweb 8 Documentation
SetDefaultValue Method

Name of the property
Value of the property
Use to set default values used if no value is present or there is no underlying data
Syntax
'Declaration
 
Public Sub SetDefaultValue( _ 
   ByVal name As String, _ 
   ByVal value As String _ 
) 
public void SetDefaultValue( 
   string name,
   string value 
)

Parameters

name
Name of the property
value
Value of the property
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Properties Class
Properties Members

Send Feedback