StoreProperty Class

Definition

Defines a store property.

[System.Runtime.Serialization.KnownType(typeof(System.Collections.Generic.List`1<Microsoft.Hpc.Scheduler.Properties.NetworkInfo>))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Hpc.Scheduler.Properties.GpuInfo[]))]
public class StoreProperty
type StoreProperty = class
Public Class StoreProperty
Inheritance
StoreProperty
Attributes

Constructors

StoreProperty()

Constructors for initializing an empty instance of the StoreProperty class.

StoreProperty(PropertyId, Object)

Constructors for initializing a new instance of the StoreProperty class using the specified property identifier and value.

StoreProperty(String, Object)

Constructors for initializing a new instance of the StoreProperty class using the specified property name and value.

Properties

Id

Retrieves or sets the property identifier.

PropName

Retrieves the name of the property.

Value

Retrieves or sets the value of the property.

Methods

ToString()

A string that represents the property.

Extension Methods

ValueToString(StoreProperty)

Applies to