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