| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim context As ServiceMessageContext Dim dataEncoding As QualifiedName Dim value As Object Dim value As ServiceResult value = EncodeableObject.ApplyDataEncoding(context, dataEncoding, value) | |
| C# | |
|---|---|
| public static ServiceResult ApplyDataEncoding( ServiceMessageContext context, QualifiedName dataEncoding, ref object value ) | |
Parameters
- context
- dataEncoding
- value
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    