Edit

Share via


ReliableProperty Constructors

Definition

Overloads

ReliableProperty(String, Type, Boolean)
ReliableProperty(String, Type, String, Boolean)

ReliableProperty(String, Type, Boolean)

public ReliableProperty (string name, Type valueType, bool readOnly = false);
new Microsoft.Hpc.ReliableProperty : string * Type * bool -> Microsoft.Hpc.ReliableProperty
Public Sub New (name As String, valueType As Type, Optional readOnly As Boolean = false)

Parameters

name
String
valueType
Type
readOnly
Boolean

Applies to

ReliableProperty(String, Type, String, Boolean)

public ReliableProperty (string name, Type valueType, string parentName, bool readOnly = false);
new Microsoft.Hpc.ReliableProperty : string * Type * string * bool -> Microsoft.Hpc.ReliableProperty
Public Sub New (name As String, valueType As Type, parentName As String, Optional readOnly As Boolean = false)

Parameters

name
String
valueType
Type
parentName
String
readOnly
Boolean

Applies to