[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
[LabelAttribute("Allow Preemptive Publishing")]
public bool AllowPreemptivePublishing { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(true)>
<LabelAttribute("Allow Preemptive Publishing")>
Public Property AllowPreemptivePublishing As Boolean
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
[LabelAttribute(L"Allow Preemptive Publishing")]
property bool AllowPreemptivePublishing {
bool get ();
void set (bool value);
}
function get_AllowPreemptivePublishing();
function set_AllowPreemptivePublishing(value);