  | RecentChangeItemLogAction Property | 
This is preliminary documentation and is subject to change.
            Specific log action.
            
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string? LogAction { get; init; }Public Property LogAction As String
	Get
	Set
Dim instance As RecentChangeItem
Dim value As String
value = instance.LogAction
instance.LogAction = value
public:
property String^ LogAction {
	String^ get ();
	void set (String^ value);
}member LogAction : string with get, set
Property Value
String
Remarks
            See 
LogActions for a list of predefined values.
            To determine a specific log action, you need to first check the 
LogType
            property, because certain the same log action value may have different meaning in
            different log type context.
            
See Also