[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.ShipmentInformationCollection.State"]
public string State { get; set; }
Public Property State As String
Get
Set
public:
property String^ State {
String^ get ();
void set (String^ value);
}
member State : string with get, set