SchedulerObjectBase._props Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All the properties that have been cached for the object.
protected internal System.Collections.Generic.Dictionary<Microsoft.Hpc.Scheduler.Properties.PropertyId,Microsoft.Hpc.Scheduler.Properties.StoreProperty> _props;
val mutable _props : System.Collections.Generic.Dictionary<Microsoft.Hpc.Scheduler.Properties.PropertyId, Microsoft.Hpc.Scheduler.Properties.StoreProperty>
Protected Friend _props As Dictionary(Of PropertyId, StoreProperty)