Activity.WithName(String) Method
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.
Sets Name and returns this activity.
public Microsoft.Agents.Core.Models.IActivity WithName(string name);
abstract member WithName : string -> Microsoft.Agents.Core.Models.IActivity
override this.WithName : string -> Microsoft.Agents.Core.Models.IActivity
Public Function WithName (name As String) As IActivity
Parameters
- name
- String