(Write only) This property is set by the the PACS Framework to allow the AddIn to log messages.
Syntax
| Visual Basic (Declaration) | |
|---|
Public WriteOnly Property ServiceLog |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As StoreAddIn
instance.ServiceLog = value
|
| C# | |
|---|
public void ServiceLog {set;} |
| C++/CLI | |
|---|
public:
property void ServiceLog {
void set (void value);
} |
Return Value
The
IServiceLog.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also