Sandbox Logo

CodeGeneratorAttribute.CallbackName

string CallbackName { get; set; }

Description

The name of the callback method. This can be a fully qualified static method callback or a simple callback to invoke on the target object if the method or property target is not static.

Return

User Comments