| LyncPlatformLibraryEventOperationName Property |
Gets the method name from which the event was generated.
ExamplesCloseConnection, MakeCall, StartConference
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string OperationName { get; }Public ReadOnly Property OperationName As String
Get
public:
property String^ OperationName {
String^ get ();
}member OperationName : string with get
Property Value
Type:
String
See Also