SubscriptionClassMethodName Property |
Namespace:
SuperOffice.COM.EventServer
Assembly:
SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual string MethodName { get; set; }
Public Overridable Property MethodName As String
Get
Set
Dim instance As SubscriptionClass
Dim value As String
value = instance.MethodName
instance.MethodName = value
public:
virtual property String^ MethodName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringImplements
ISubscriptionMethodName
See Also