SfcProperty.Dirty Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property Dirty As Boolean
Get
Friend Set
'Usage
Dim instance As SfcProperty
Dim value As Boolean
value = instance.Dirty
public bool Dirty { get; internal set; }
public:
virtual property bool Dirty {
bool get () sealed;
internal: void set (bool value) sealed;
}
abstract Dirty : bool with get, internal set
override Dirty : bool with get, internal set
final function get Dirty () : boolean
internal final function set Dirty (value : boolean)
Property Value
Type: System.Boolean
true if the property page contains a dirty flag; otherwise, false.