'Declaration<DefaultValueAttribute("")> <NotNullAttribute()> Public Property AcknowledgerId As String
'UsageDim 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); }