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