ExtensionServiceCreator.InterfaceName 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 interface to create for new extension service. Value is ServiceName with leading "I"
public:
property System::String ^ InterfaceName { System::String ^ get(); };
public string InterfaceName { get; }
member this.InterfaceName : string
Public ReadOnly Property InterfaceName As String