ProtocolImporter.MethodName 属性
定义
获取协议导入程序当前正在生成的绑定类方法的名称。Gets the name of the binding class method which that the protocol importer is currently generating.
public:
property System::String ^ MethodName { System::String ^ get(); };
public string MethodName { get; }
member this.MethodName : string
Public ReadOnly Property MethodName As String
属性值
协议导入程序当前正在生成的绑定类方法的名称。The name of the binding class method which that the protocol importer is currently generating.