'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property AcknowledgerId As String
'Usage
Dim instance As AEConditionState Dim value As String instance.AcknowledgerId = value value = instance.AcknowledgerId
[DefaultValue("")] [NotNull()] public string AcknowledgerId {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ AcknowledgerId { String^ get(); void set ( String^ value); }