IdeaBlade DevForce 2010 Help Reference
WithTag Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > SaveOptions Class : WithTag Method



tag
Used to create a clone of this SaveOptions but with the "Tag" set to the specified value.

Syntax

Visual Basic (Declaration) 
Public Function WithTag( _
   ByVal tag As Object _
) As SaveOptions
Visual Basic (Usage)Copy Code
Dim instance As SaveOptions
Dim tag As Object
Dim value As SaveOptions
 
value = instance.WithTag(tag)
C# 
public SaveOptions WithTag( 
   object tag
)
C++/CLI 
public:
SaveOptions^ WithTag( 
   Object^ tag
) 

Parameters

tag

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.