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