public abstract bool IntegratedSecurity { get; set; }Public MustOverride Property IntegratedSecurity As Boolean
Get
Setpublic:
virtual property bool IntegratedSecurity {
bool get () abstract;
void set (bool value) abstract;
}abstract IntegratedSecurity : bool with get, set