ReliableProperty Constructors
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.
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