ModuleServicePropertyIsChanged Property |
Gets a value indicating whether this instance is changed.
Namespace: Atomia.Provisioning.Base.ModuleAssembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntaxpublic bool IsChanged { get; }
Public ReadOnly Property IsChanged As Boolean
Get
public:
property bool IsChanged {
bool get ();
}
member IsChanged : bool with get
Property Value
Type:
Booleantrue if this instance is changed; otherwise,
false.
See Also