Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires the PropertyChanged event with the specified property name.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
protected internal void RaisePropertyChanged(
string propertyName
)
public protected:
void RaisePropertyChanged(
String^ propertyName
)
Protected Friend Sub RaisePropertyChanged (
propertyName As String
)
Parameters
propertyName
Type: System.StringThe name of the property that was updated.
See Also
Group Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top