Identity.Serialize Method
Converts the identity into its string representation.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Function Serialize As String
'Usage
Dim instance As Identity
Dim returnValue As String
returnValue = instance.Serialize()
public string Serialize()
Return Value
Type: System.String
The string representation of the identity.
Remarks
This method can be used to create a string representation of the Identity which can be stored for later use.
Note
The string representation of the identity is case sensitive.