public byte? MaxDegreeOfParallelism { get; set; }Public Property MaxDegreeOfParallelism As Byte?
Get
Setpublic:
property Nullable<unsigned char> MaxDegreeOfParallelism {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}member MaxDegreeOfParallelism : Nullable<byte> with get, set