ISubscriptionMethodName Property |
property MethodName
Namespace:
SuperOffice.COM.EventServer
Assembly:
SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
Syntaxstring MethodName { get; set; }
Property MethodName As String
Get
Set
Dim instance As ISubscription
Dim value As String
value = instance.MethodName
instance.MethodName = value
property String^ MethodName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also