WorkflowHostingOptionsSection::OverrideSiteName Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether to override site name.

Namespace:   System.ServiceModel.Activities.Configuration
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

public:
[ConfigurationPropertyAttribute("overrideSiteName", DefaultValue = "false")]
property bool OverrideSiteName {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if to override site name; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: