DevForce Help Reference
WithTag Method


Used to create a clone of this SaveOptions but with the "Tag" set to the specified value.
Syntax
'Declaration
 
Public Function WithTag( _
   ByVal tag As Object _
) As SaveOptions
'Usage
 
Dim instance As SaveOptions
Dim tag As Object
Dim value As SaveOptions
 
value = instance.WithTag(tag)
public SaveOptions WithTag( 
   object tag
)

Parameters

tag
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

SaveOptions Class
SaveOptions Members

Send Feedback