Partager via


Group.RaisePropertyChanged Method (String)

 

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.String

    The name of the property that was updated.

See Also

Group Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top