Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.