Identity.Deserialize Method
Retrieves the identity from the string form.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Shared Function Deserialize ( _
serializedIdentity As String _
) As Identity
'Usage
Dim serializedIdentity As String
Dim returnValue As Identity
returnValue = Identity.Deserialize(serializedIdentity)
public static Identity Deserialize(
string serializedIdentity
)
Parameters
serializedIdentity
Type: System.StringA string that contains serialized identity.
Return Value
Type: Microsoft.BusinessData.Runtime.Identity
The deserialized identity.