Spread Windows Forms 12.0 Product Documentation
DefaultSerializeProp Method


FarPoint.Win Assembly > FarPoint.Win Namespace > Serializer Class : DefaultSerializeProp Method
Object to serialize
Serializes the specified basic object and returns the string representation
Syntax
'Declaration
 
Public Shared Function DefaultSerializeProp( _
   ByVal o As Object _
) As String
'Usage
 
Dim o As Object
Dim value As String
 
value = Serializer.DefaultSerializeProp(o)
public static string DefaultSerializeProp( 
   object o
)

Parameters

o
Object to serialize

Return Value

String containing the name of the property
See Also

Reference

Serializer Class
Serializer Members