ConnectedServiceProvider.DescriptiveName 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.
Gets or sets the ConnectedServiceProvider name which use to show on Capability Service Tab.
public: property System::String ^ DescriptiveName { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public string DescriptiveName { get; protected set; }
member this.DescriptiveName : string with get, set
Public Property DescriptiveName As String