'Declaration
<System.ComponentModel.CategoryAttribute("Execution")> <System.ComponentModel.DescriptionAttribute("Set the WorkingSetDefault for this job.")> <System.ComponentModel.DefaultValueAttribute()> Public Property WorkingSetDefault As System.Integer
'Usage
Dim instance As Job Dim value As System.Integer instance.WorkingSetDefault = value value = instance.WorkingSetDefault
[System.ComponentModel.Category("Execution")] [System.ComponentModel.Description("Set the WorkingSetDefault for this job.")] [System.ComponentModel.DefaultValue()] public System.int WorkingSetDefault {get; set;}