ProtectionProviderProperty.NeedsProtectionProvider Property
Gets a value indicating that the sectio needs a protection provider.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property NeedsProtectionProvider As Boolean
public bool NeedsProtectionProvider { get; }
public:
property bool NeedsProtectionProvider {
bool get ();
}
public function get NeedsProtectionProvider () : boolean
See Also
ProtectionProviderProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace