GoDiagram Web Reference
SetProperty Method

a String
a value of null makes this property disappear from the generated JavaScript
This method provides a general way to set the value for any property.
Syntax
'Declaration
 
Public Sub SetProperty( _
   ByVal p As String, _
   ByVal v As Object _
) 
public void SetProperty( 
   string p,
   object v
)

Parameters

p
a String
v
a value of null makes this property disappear from the generated JavaScript
Remarks
If the property name is not already present, it is added.
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

GoPartInfo Class
GoPartInfo Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback