MediaGraphIoTHubMessageSink.HubOutputName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name of the output path to which the media graph will publish message. These messages can then be delivered to desired destinations by declaring routes referencing the output path in the IoT Edge deployment manifest.
public string HubOutputName { get; set; }
member this.HubOutputName : string with get, set
Public Property HubOutputName As String