| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
StringSee Also