WebServiceCallMethodName Property |
Gets or sets the name of the method which will be called from the
WebServiceClient object.
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string MethodName { get; set; }
Public Property MethodName As String
Get
Set
public:
property String^ MethodName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also