StateMethodInfoLogString Property |
Returns a string for logging that contains the method name and declaring type.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string LogString { get; set; }
Public Property LogString As String
Get
Set
public:
virtual property String^ LogString {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
StringImplements
IMethodInfoBaseLogString
See Also