| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim value As LocalizedText Dim instance As New LocalizedText(value) | |
| C# | |
|---|---|
| public LocalizedText( LocalizedText value ) | |
Parameters
- value
- The text to create an instance from
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when the value is null | 
            Creates a deep copy of the value.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    