ToolBarButton.ValidForUpdate Property
Gets or sets a value that specifies that the button should be displayed on the "Update" entity form.
Syntax
[Visual Basic .NET]
Public Property ValidForUpdate As ConfigurationBoolean
[C#]
public ConfigurationBoolean ValidForUpdate {get; set;}
[JScript]
public function get ValidForUpdate() : ConfigurationBoolean;
public function set ValidForUpdate(ConfigurationBoolean);
Property Value
The value of this property is a ConfigurationBoolean type.
Requirements
Namespace: Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.IsvConfig
See Also