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