  | RevisionsGeneratorExcludedUserName Property | 
This is preliminary documentation and is subject to change.
            Do not list revisions made by this user.
            
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string? ExcludedUserName { get; set; }Public Property ExcludedUserName As String
	Get
	Set
Dim instance As RevisionsGenerator
Dim value As String
value = instance.ExcludedUserName
instance.ExcludedUserName = value
public:
property String^ ExcludedUserName {
	String^ get ();
	void set (String^ value);
}member ExcludedUserName : string with get, set
Property Value
String
See Also