SharedAccessSignatureElement.CopyFrom(SharedAccessSignatureElement) Method

Definition

Copies the specified element from this configuration element.

public void CopyFrom (Microsoft.ServiceBus.Configuration.SharedAccessSignatureElement source);
member this.CopyFrom : Microsoft.ServiceBus.Configuration.SharedAccessSignatureElement -> unit
Public Sub CopyFrom (source As SharedAccessSignatureElement)

Parameters

source
SharedAccessSignatureElement

The source to copy the contents from.

Applies to