LogObjectHashedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data associated with event raised as an object name is hashed when HashObjectNamesInLogs is true.
public sealed class LogObjectHashedEventArgs : EventArgs
type LogObjectHashedEventArgs = class
inherit EventArgs
Public NotInheritable Class LogObjectHashedEventArgs
Inherits EventArgs
- Inheritance
-
LogObjectHashedEventArgs
Properties
HashValue |
Returns a hash string representation of the object name |
OriginalValue |
Returns the original object name before any hashing is performed |