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