ToolBarButton.AvailableOffline Property
Gets or sets a value that specifies if the button does not depends on the user being connected to the organization's network.
Syntax
[Visual Basic .NET]
Public Property AvailableOffline As ConfigurationBoolean
[C#]
public ConfigurationBoolean AvailableOffline {get; set;}
[JScript]
public function get AvailableOffline() : ConfigurationBoolean;
public function set AvailableOffline(ConfigurationBoolean);
Property Value
The value of this property is a ConfigurationBoolean type.
Remarks
Set this property to true if the button does not depend on the user being connected to the organization's network; otherwise, false.
Requirements
Namespace: Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.IsvConfig
See Also