SettingsAllowAnonymousAttribute.IsDefaultAttribute Método

Definición

Obtiene un valor que indica si la propiedad Allow está establecida en el valor predeterminado.

public:
 override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean

Devoluciones

Boolean

Es true si Allow está establecida en el valor predeterminado; en caso contrario, es false.

Se aplica a

Consulte también