'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public Property ItemReadParametersTemplate As DAItemPointReadParameters
'Usage
Dim instance As DAConnectivityConfiguration Dim value As DAItemPointReadParameters instance.ItemReadParametersTemplate = value value = instance.ItemReadParametersTemplate
[DataMember()] [NotNull()] public DAItemPointReadParameters ItemReadParametersTemplate {get; set;}
[DataMember()] [NotNull()] public: property DAItemPointReadParameters^ ItemReadParametersTemplate { DAItemPointReadParameters^ get(); void set ( DAItemPointReadParameters^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).