Name Property (ResponseAction)
In This Topic
Optional name for the action.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property Name As String
[CanBeNull()]
public string Name {get; set;}
[CanBeNull()]
public:
property String^ Name {
String^ get();
void set ( String^ value);
}
See Also