SkillInformation.Publisher 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.
User readable name of the publisher of the skill.
public:
property System::String ^ Publisher { System::String ^ get(); };
public string Publisher { get; }
member this.Publisher : string
Public ReadOnly Property Publisher As String
Property Value
User readable name of the publisher of the skill.
Implements
Microsoft.AI.Skills.SkillInterfacePreview.ISkillInformation.Publisher