SdpAttribute.Copy Method
Initializes a new instance of SdpAttribute with the same values as the current instance.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function Copy As SdpAttribute
'Usage
Dim instance As SdpAttribute
Dim returnValue As SdpAttribute
returnValue = instance.Copy()
public SdpAttribute Copy()
Return Value
Type: Microsoft.Rtc.Signaling.SdpAttribute
Returns a new instance of SdpAttribute.