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.
Raises the property changed event with the specified property name.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
protected void RaisePropertyChanged(
string propertyName
)
protected:
void RaisePropertyChanged(
String^ propertyName
)
Protected Sub RaisePropertyChanged (
propertyName As String
)
Parameters
propertyName
Type: System.StringThe name of the changed property.
See Also
ObjectModelBase Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top