ObjectSecurity::GroupModified Property

 

Gets or sets a Boolean value that specifies whether the group associated with the securable object has been modified.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

protected:
property bool GroupModified {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the group associated with the securable object has been modified; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: