'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public Property AttributeSubscribeParametersTemplate As UAAttributePointSubscribeParameters
'Usage
Dim instance As UAConnectivityConfiguration Dim value As UAAttributePointSubscribeParameters instance.AttributeSubscribeParametersTemplate = value value = instance.AttributeSubscribeParametersTemplate
[DataMember()] [NotNull()] public UAAttributePointSubscribeParameters AttributeSubscribeParametersTemplate {get; set;}
[DataMember()] [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).