DevForce Help Reference
Tag Property (SaveOptions)


Used to pass custom user information to the EntityServer regarding the Save operation.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Tag As Object
'Usage
 
Dim instance As SaveOptions
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
[DataMember()]
public object Tag {get; set;}
Remarks
The Tag property may be used to pass custom information that can be used by an EntityServerSaveInterceptor to mediate the save operation. The 'type' of the value that is set here must either be a primitive type or must be declared with the IKnownType interface or via an implementation of the IKnownTypeProvider interface.
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